Html Css Color HEX #B68EEE Biloba Flower

📋 copy color: '#B68EEE'

red 182 ◦ green 142 ◦ blue 238

#B68EEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B68EEE

Tints of Biloba Flower #B68EEE

RGB

 RED value IS 182 (71.48% from 255) = 32.38%

 GREEN value IS 142 (55.86% from 255) = 25.27%

 BLUE value IS 238 (93.36% from 255) = 42.35%

R = 32.38%
G = 25.27%
B = 42.35%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B68EEE (or 0xB68EEE) is known color: Biloba Flower. HEX triplet: B6, 8E and EE. RGB value is (182,142,238). Sum of RGB (Red+Green+Blue) = 182+142+238=562 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.38% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #B68EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68EEE is #497111. Grayscale: #A4A4A4. Windows color (decimal): -4813074 or 15634102. OLE color: 15634102.

HSL color Cylindrical-coordinate representation of color #B68EEE: hue angle of 265º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B68EEE is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 142 238 -
CMYK 0.24 0.40 0 0.07
HSL 265º 0.74% 0.75% -
HSV(B) 265º 0.4% 0.93% -
XYZ 44.4 35.46 85.39 -
YUV 164.9 169.25 140.19 -
System Red Green Blue C M Y K H S L
Decimal 182 142 238 0.24 0.40 0 0.07 265 0.74 0.75
Hex B6 8E EE 18 28 0 7 109 4A 4B
Octal 266 216 356 30 50 0 7 411 112 113
Binary 10110110 10001110 11101110 11000 101000 0 111 100001001 1001010 1001011

Color Harmonies of #B68EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68EEE

Black with #B68EEE

Text Example


Text Example

White with #B68EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68EEE; }

 p { color: rgb(182,142,238); }

 H1.HeaderClassName
 {
   color: #B68EEE;
 }
 .AnyTagClassName
 {
   color: #B68EEE;
 }
</style>

background-color css

<style>
 a { background-color: #B68EEE; }

 a { background-color: rgb(182,142,238); }

 div.DivClassName
 {
   background-color: #B68EEE;
 }
 .BgClassName
 {
   background-color: #B68EEE;
 }
</style>

border-color css

<style>
 span { border-color: #B68EEE; }

 span { border-color: rgb(182,142,238); }

 td.TdClassName
 {
   border-color: #B68EEE;
 }
 .TagClassName
 {
   border-color: #B68EEE;
 }
</style>