Html Css Color HEX #B68CE4 Biloba Flower

📋 copy color: '#B68CE4'

red 182 ◦ green 140 ◦ blue 228

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

Shades of Biloba Flower #B68CE4

Tints of Biloba Flower #B68CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.45%

R = 33.09%
G = 25.45%
B = 41.45%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B68CE4 (or 0xB68CE4) is known color: Biloba Flower. HEX triplet: B6, 8C and E4. RGB value is (182,140,228). Sum of RGB (Red+Green+Blue) = 182+140+228=550 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.09% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 228 (89.45% from 255 or 41.45% from 550); Max value from RGB is 228 - color contains mainly: blue. Hex color #B68CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68CE4 is #49731B. Grayscale: #A2A2A2. Windows color (decimal): -4813596 or 14978230. OLE color: 14978230.

HSL color Cylindrical-coordinate representation of color #B68CE4: hue angle of 268.64º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B68CE4 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 182 140 228 -
CMYK 0.20 0.39 0 0.11
HSL 268.64º 0.62% 0.72% -
HSV(B) 268.64º 0.39% 0.89% -
XYZ 42.67 34.3 77.77 -
YUV 162.59 164.91 141.84 -
System Red Green Blue C M Y K H S L
Decimal 182 140 228 0.20 0.39 0 0.11 268.64 0.62 0.72
Hex B6 8C E4 14 27 0 B 10D 3E 48
Octal 266 214 344 24 47 0 13 415 76 110
Binary 10110110 10001100 11100100 10100 100111 0 1011 100001101 111110 1001000

Color Harmonies of #B68CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68CE4

Black with #B68CE4

Text Example


Text Example

White with #B68CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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