Html Css Color HEX #B281EE Biloba Flower

📋 copy color: '#B281EE'

red 178 ◦ green 129 ◦ blue 238

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

Shades of Biloba Flower #B281EE

Tints of Biloba Flower #B281EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.67%

R = 32.66%
G = 23.67%
B = 43.67%

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

#B281EE (or 0xB281EE) is known color: Biloba Flower. HEX triplet: B2, 81 and EE. RGB value is (178,129,238). Sum of RGB (Red+Green+Blue) = 178+129+238=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #B281EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B281EE is #4D7E11. Grayscale: #9B9B9B. Windows color (decimal): -5078546 or 15630770. OLE color: 15630770.

HSL color Cylindrical-coordinate representation of color #B281EE: hue angle of 266.97º degrees, saturation: 0.76, 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 #B281EE is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 129 238 -
CMYK 0.25 0.46 0 0.07
HSL 266.97º 0.76% 0.72% -
HSV(B) 266.97º 0.46% 0.93% -
XYZ 41.64 31.34 84.74 -
YUV 156.08 174.23 143.64 -
System Red Green Blue C M Y K H S L
Decimal 178 129 238 0.25 0.46 0 0.07 266.97 0.76 0.72
Hex B2 81 EE 19 2E 0 7 10B 4C 48
Octal 262 201 356 31 56 0 7 413 114 110
Binary 10110010 10000001 11101110 11001 101110 0 111 100001011 1001100 1001000

Color Harmonies of #B281EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B281EE

Black with #B281EE

Text Example


Text Example

White with #B281EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B281EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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