Html Css Color HEX #B281ED Biloba Flower

📋 copy color: '#B281ED'

red 178 ◦ green 129 ◦ blue 237

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

Shades of Biloba Flower #B281ED

Tints of Biloba Flower #B281ED

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.71%

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

R = 32.72%
G = 23.71%
B = 43.57%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B281ED (or 0xB281ED) is known color: Biloba Flower. HEX triplet: B2, 81 and ED. RGB value is (178,129,237). Sum of RGB (Red+Green+Blue) = 178+129+237=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #B281ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B281ED is #4D7E12. Grayscale: #9B9B9B. Windows color (decimal): -5078547 or 15565234. OLE color: 15565234.

HSL color Cylindrical-coordinate representation of color #B281ED: hue angle of 267.22º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B281ED is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 129 237 -
CMYK 0.25 0.46 0 0.07
HSL 267.22º 0.75% 0.72% -
HSV(B) 267.22º 0.46% 0.93% -
XYZ 41.5 31.28 83.97 -
YUV 155.96 173.73 143.72 -
System Red Green Blue C M Y K H S L
Decimal 178 129 237 0.25 0.46 0 0.07 267.22 0.75 0.72
Hex B2 81 ED 19 2E 0 7 10B 4B 48
Octal 262 201 355 31 56 0 7 413 113 110
Binary 10110010 10000001 11101101 11001 101110 0 111 100001011 1001011 1001000

Color Harmonies of #B281ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B281ED

Black with #B281ED

Text Example


Text Example

White with #B281ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B281ED; }

 p { color: rgb(178,129,237); }

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

background-color css

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

 a { background-color: rgb(178,129,237); }

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

border-color css

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

 span { border-color: rgb(178,129,237); }

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