Html Css Color HEX #B28CFC Biloba Flower

📋 copy color: '#B28CFC'

red 178 ◦ green 140 ◦ blue 252

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

Shades of Biloba Flower #B28CFC

Tints of Biloba Flower #B28CFC

RGB

 RED value IS 178 (69.92% from 255) = 31.23%

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

 BLUE value IS 252 (98.83% from 255) = 44.21%

R = 31.23%
G = 24.56%
B = 44.21%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B28CFC (or 0xB28CFC) is known color: Biloba Flower. HEX triplet: B2, 8C and FC. RGB value is (178,140,252). Sum of RGB (Red+Green+Blue) = 178+140+252=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 140 (55.08% from 255 or 24.56% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #B28CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28CFC is #4D7303. Grayscale: #A3A3A3. Windows color (decimal): -5075716 or 16551090. OLE color: 16551090.

HSL color Cylindrical-coordinate representation of color #B28CFC: hue angle of 260.36º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B28CFC is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 140 252 -
CMYK 0.29 0.44 0 0.01
HSL 260.36º 0.95% 0.77% -
HSV(B) 260.36º 0.44% 0.99% -
XYZ 45.31 35.25 96.51 -
YUV 164.13 177.59 137.89 -
System Red Green Blue C M Y K H S L
Decimal 178 140 252 0.29 0.44 0 0.01 260.36 0.95 0.77
Hex B2 8C FC 1D 2C 0 1 104 5F 4D
Octal 262 214 374 35 54 0 1 404 137 115
Binary 10110010 10001100 11111100 11101 101100 0 1 100000100 1011111 1001101

Color Harmonies of #B28CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28CFC

Black with #B28CFC

Text Example


Text Example

White with #B28CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28CFC; }

 p { color: rgb(178,140,252); }

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

background-color css

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

 a { background-color: rgb(178,140,252); }

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

border-color css

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

 span { border-color: rgb(178,140,252); }

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