Html Css Color HEX #B68CDA Biloba Flower

📋 copy color: '#B68CDA'

red 182 ◦ green 140 ◦ blue 218

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

Shades of Biloba Flower #B68CDA

Tints of Biloba Flower #B68CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.37%

R = 33.7%
G = 25.93%
B = 40.37%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B68CDA (or 0xB68CDA) is known color: Biloba Flower. HEX triplet: B6, 8C and DA. RGB value is (182,140,218). Sum of RGB (Red+Green+Blue) = 182+140+218=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #B68CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68CDA is #497325. Grayscale: #A1A1A1. Windows color (decimal): -4813606 or 14322870. OLE color: 14322870.

HSL color Cylindrical-coordinate representation of color #B68CDA: hue angle of 272.31º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B68CDA is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 140 218 -
CMYK 0.17 0.36 0 0.15
HSL 272.31º 0.51% 0.7% -
HSV(B) 272.31º 0.36% 0.85% -
XYZ 41.32 33.76 70.67 -
YUV 161.45 159.91 142.66 -
System Red Green Blue C M Y K H S L
Decimal 182 140 218 0.17 0.36 0 0.15 272.31 0.51 0.7
Hex B6 8C DA 11 24 0 F 110 33 46
Octal 266 214 332 21 44 0 17 420 63 106
Binary 10110110 10001100 11011010 10001 100100 0 1111 100010000 110011 1000110

Color Harmonies of #B68CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68CDA

Black with #B68CDA

Text Example


Text Example

White with #B68CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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