Html Css Color HEX #B28FFD Biloba Flower

📋 copy color: '#B28FFD'

red 178 ◦ green 143 ◦ blue 253

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

Shades of Biloba Flower #B28FFD

Tints of Biloba Flower #B28FFD

RGB

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

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

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

R = 31.01%
G = 24.91%
B = 44.08%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B28FFD (or 0xB28FFD) is known color: Biloba Flower. HEX triplet: B2, 8F and FD. RGB value is (178,143,253). Sum of RGB (Red+Green+Blue) = 178+143+253=574 (76% of max value = 765). Red value is 178 (69.92% from 255 or 31.01% from 574); Green value is 143 (56.25% from 255 or 24.91% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #B28FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28FFD is #4D7002. Grayscale: #A5A5A5. Windows color (decimal): -5074947 or 16617394. OLE color: 16617394.

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

Color convert

RGB 178 143 253 -
CMYK 0.30 0.43 0 0.01
HSL 259.09º 0.96% 0.78% -
HSV(B) 259.09º 0.43% 0.99% -
XYZ 45.91 36.2 97.5 -
YUV 166.01 177.1 136.56 -
System Red Green Blue C M Y K H S L
Decimal 178 143 253 0.30 0.43 0 0.01 259.09 0.96 0.78
Hex B2 8F FD 1E 2B 0 1 103 60 4E
Octal 262 217 375 36 53 0 1 403 140 116
Binary 10110010 10001111 11111101 11110 101011 0 1 100000011 1100000 1001110

Color Harmonies of #B28FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28FFD

Black with #B28FFD

Text Example


Text Example

White with #B28FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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