Html Css Color HEX #B67CEA Biloba Flower

📋 copy color: '#B67CEA'

red 182 ◦ green 124 ◦ blue 234

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

Shades of Biloba Flower #B67CEA

Tints of Biloba Flower #B67CEA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.96%

 BLUE value IS 234 (91.8% from 255) = 43.33%

R = 33.7%
G = 22.96%
B = 43.33%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B67CEA (or 0xB67CEA) is known color: Biloba Flower. HEX triplet: B6, 7C and EA. RGB value is (182,124,234). Sum of RGB (Red+Green+Blue) = 182+124+234=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 124 (48.83% from 255 or 22.96% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #B67CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67CEA is #498315. Grayscale: #999999. Windows color (decimal): -4817686 or 15367350. OLE color: 15367350.

HSL color Cylindrical-coordinate representation of color #B67CEA: hue angle of 271.64º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B67CEA is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 182 124 234 -
CMYK 0.22 0.47 0 0.08
HSL 271.64º 0.72% 0.7% -
HSV(B) 271.64º 0.47% 0.92% -
XYZ 41.35 30.3 81.51 -
YUV 153.88 173.22 148.06 -
System Red Green Blue C M Y K H S L
Decimal 182 124 234 0.22 0.47 0 0.08 271.64 0.72 0.7
Hex B6 7C EA 16 2F 0 8 110 48 46
Octal 266 174 352 26 57 0 10 420 110 106
Binary 10110110 1111100 11101010 10110 101111 0 1000 100010000 1001000 1000110

Color Harmonies of #B67CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67CEA

Black with #B67CEA

Text Example


Text Example

White with #B67CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67CEA; }

 p { color: rgb(182,124,234); }

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

background-color css

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

 a { background-color: rgb(182,124,234); }

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

border-color css

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

 span { border-color: rgb(182,124,234); }

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