Html Css Color HEX #B67DE9 Biloba Flower

📋 copy color: '#B67DE9'

red 182 ◦ green 125 ◦ blue 233

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

Shades of Biloba Flower #B67DE9

Tints of Biloba Flower #B67DE9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.15%

 BLUE value IS 233 (91.41% from 255) = 43.15%

R = 33.7%
G = 23.15%
B = 43.15%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B67DE9 (or 0xB67DE9) is known color: Biloba Flower. HEX triplet: B6, 7D and E9. RGB value is (182,125,233). Sum of RGB (Red+Green+Blue) = 182+125+233=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 233 (91.41% from 255 or 43.15% from 540); Max value from RGB is 233 - color contains mainly: blue. Hex color #B67DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67DE9 is #498216. Grayscale: #999999. Windows color (decimal): -4817431 or 15302070. OLE color: 15302070.

HSL color Cylindrical-coordinate representation of color #B67DE9: hue angle of 271.67º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B67DE9 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 182 125 233 -
CMYK 0.22 0.46 0 0.09
HSL 271.67º 0.71% 0.7% -
HSV(B) 271.67º 0.46% 0.91% -
XYZ 41.33 30.5 80.8 -
YUV 154.36 172.38 147.72 -
System Red Green Blue C M Y K H S L
Decimal 182 125 233 0.22 0.46 0 0.09 271.67 0.71 0.7
Hex B6 7D E9 16 2E 0 9 110 47 46
Octal 266 175 351 26 56 0 11 420 107 106
Binary 10110110 1111101 11101001 10110 101110 0 1001 100010000 1000111 1000110

Color Harmonies of #B67DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67DE9

Black with #B67DE9

Text Example


Text Example

White with #B67DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67DE9; }

 p { color: rgb(182,125,233); }

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

background-color css

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

 a { background-color: rgb(182,125,233); }

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

border-color css

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

 span { border-color: rgb(182,125,233); }

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