Html Css Color HEX #B68CED Biloba Flower

📋 copy color: '#B68CED'

red 182 ◦ green 140 ◦ blue 237

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

Shades of Biloba Flower #B68CED

Tints of Biloba Flower #B68CED

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.04%

 BLUE value IS 237 (92.97% from 255) = 42.4%

R = 32.56%
G = 25.04%
B = 42.4%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B68CED (or 0xB68CED) is known color: Biloba Flower. HEX triplet: B6, 8C and ED. RGB value is (182,140,237). Sum of RGB (Red+Green+Blue) = 182+140+237=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #B68CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68CED is #497312. Grayscale: #A3A3A3. Windows color (decimal): -4813587 or 15568054. OLE color: 15568054.

HSL color Cylindrical-coordinate representation of color #B68CED: hue angle of 265.98º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B68CED is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 140 237 -
CMYK 0.23 0.41 0 0.07
HSL 265.98º 0.73% 0.74% -
HSV(B) 265.98º 0.41% 0.93% -
XYZ 43.96 34.82 84.52 -
YUV 163.62 169.41 141.11 -
System Red Green Blue C M Y K H S L
Decimal 182 140 237 0.23 0.41 0 0.07 265.98 0.73 0.74
Hex B6 8C ED 17 29 0 7 10A 49 4A
Octal 266 214 355 27 51 0 7 412 111 112
Binary 10110110 10001100 11101101 10111 101001 0 111 100001010 1001001 1001010

Color Harmonies of #B68CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68CED

Black with #B68CED

Text Example


Text Example

White with #B68CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68CED; }

 p { color: rgb(182,140,237); }

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

background-color css

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

 a { background-color: rgb(182,140,237); }

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

border-color css

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

 span { border-color: rgb(182,140,237); }

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