Html Css Color HEX #B28FFC Biloba Flower

📋 copy color: '#B28FFC'

red 178 ◦ green 143 ◦ blue 252

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

Shades of Biloba Flower #B28FFC

Tints of Biloba Flower #B28FFC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.96%

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

R = 31.06%
G = 24.96%
B = 43.98%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B28FFC (or 0xB28FFC) is known color: Biloba Flower. HEX triplet: B2, 8F and FC. RGB value is (178,143,252). Sum of RGB (Red+Green+Blue) = 178+143+252=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 143 (56.25% from 255 or 24.96% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #B28FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28FFC is #4D7003. Grayscale: #A5A5A5. Windows color (decimal): -5074948 or 16551858. OLE color: 16551858.

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

Color convert

RGB 178 143 252 -
CMYK 0.29 0.43 0 0.01
HSL 259.27º 0.95% 0.77% -
HSV(B) 259.27º 0.43% 0.99% -
XYZ 45.75 36.14 96.66 -
YUV 165.89 176.6 136.64 -
System Red Green Blue C M Y K H S L
Decimal 178 143 252 0.29 0.43 0 0.01 259.27 0.95 0.77
Hex B2 8F FC 1D 2B 0 1 103 5F 4D
Octal 262 217 374 35 53 0 1 403 137 115
Binary 10110010 10001111 11111100 11101 101011 0 1 100000011 1011111 1001101

Color Harmonies of #B28FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28FFC

Black with #B28FFC

Text Example


Text Example

White with #B28FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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