Html Css Color HEX #B67FFD Biloba Flower

📋 copy color: '#B67FFD'

red 182 ◦ green 127 ◦ blue 253

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

Shades of Biloba Flower #B67FFD

Tints of Biloba Flower #B67FFD

RGB

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

 GREEN value IS 127 (50% from 255) = 22.6%

 BLUE value IS 253 (99.22% from 255) = 45.02%

R = 32.38%
G = 22.6%
B = 45.02%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B67FFD (or 0xB67FFD) is known color: Biloba Flower. HEX triplet: B6, 7F and FD. RGB value is (182,127,253). Sum of RGB (Red+Green+Blue) = 182+127+253=562 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.38% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #B67FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67FFD is #498002. Grayscale: #9D9D9D. Windows color (decimal): -4816899 or 16613302. OLE color: 16613302.

HSL color Cylindrical-coordinate representation of color #B67FFD: hue angle of 266.19º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B67FFD is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 182 127 253 -
CMYK 0.28 0.50 0 0.01
HSL 266.19º 0.97% 0.75% -
HSV(B) 266.19º 0.5% 0.99% -
XYZ 44.61 32.22 96.8 -
YUV 157.81 181.72 145.25 -
System Red Green Blue C M Y K H S L
Decimal 182 127 253 0.28 0.50 0 0.01 266.19 0.97 0.75
Hex B6 7F FD 1C 32 0 1 10A 61 4B
Octal 266 177 375 34 62 0 1 412 141 113
Binary 10110110 1111111 11111101 11100 110010 0 1 100001010 1100001 1001011

Color Harmonies of #B67FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67FFD

Black with #B67FFD

Text Example


Text Example

White with #B67FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67FFD; }

 p { color: rgb(182,127,253); }

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

background-color css

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

 a { background-color: rgb(182,127,253); }

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

border-color css

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

 span { border-color: rgb(182,127,253); }

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