Html Css Color HEX #B67CED Biloba Flower

📋 copy color: '#B67CED'

red 182 ◦ green 124 ◦ blue 237

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

Shades of Biloba Flower #B67CED

Tints of Biloba Flower #B67CED

RGB

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

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

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

R = 33.52%
G = 22.84%
B = 43.65%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B67CED (or 0xB67CED) is known color: Biloba Flower. HEX triplet: B6, 7C and ED. RGB value is (182,124,237). Sum of RGB (Red+Green+Blue) = 182+124+237=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #B67CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67CED is #498312. Grayscale: #999999. Windows color (decimal): -4817683 or 15563958. OLE color: 15563958.

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

Color convert

RGB 182 124 237 -
CMYK 0.23 0.48 0 0.07
HSL 270.8º 0.76% 0.71% -
HSV(B) 270.8º 0.48% 0.93% -
XYZ 41.79 30.47 83.8 -
YUV 154.22 174.72 147.81 -
System Red Green Blue C M Y K H S L
Decimal 182 124 237 0.23 0.48 0 0.07 270.8 0.76 0.71
Hex B6 7C ED 17 30 0 7 10F 4C 47
Octal 266 174 355 27 60 0 7 417 114 107
Binary 10110110 1111100 11101101 10111 110000 0 111 100001111 1001100 1000111

Color Harmonies of #B67CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67CED

Black with #B67CED

Text Example


Text Example

White with #B67CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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