Html Css Color HEX #B281EF Biloba Flower

📋 copy color: '#B281EF'

red 178 ◦ green 129 ◦ blue 239

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

Shades of Biloba Flower #B281EF

Tints of Biloba Flower #B281EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.77%

R = 32.6%
G = 23.63%
B = 43.77%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B281EF (or 0xB281EF) is known color: Biloba Flower. HEX triplet: B2, 81 and EF. RGB value is (178,129,239). Sum of RGB (Red+Green+Blue) = 178+129+239=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #B281EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B281EF is #4D7E10. Grayscale: #9B9B9B. Windows color (decimal): -5078545 or 15696306. OLE color: 15696306.

HSL color Cylindrical-coordinate representation of color #B281EF: hue angle of 266.73º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B281EF is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 129 239 -
CMYK 0.26 0.46 0 0.06
HSL 266.73º 0.77% 0.72% -
HSV(B) 266.73º 0.46% 0.94% -
XYZ 41.79 31.4 85.52 -
YUV 156.19 174.73 143.56 -
System Red Green Blue C M Y K H S L
Decimal 178 129 239 0.26 0.46 0 0.06 266.73 0.77 0.72
Hex B2 81 EF 1A 2E 0 6 10B 4D 48
Octal 262 201 357 32 56 0 6 413 115 110
Binary 10110010 10000001 11101111 11010 101110 0 110 100001011 1001101 1001000

Color Harmonies of #B281EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B281EF

Black with #B281EF

Text Example


Text Example

White with #B281EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B281EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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