Html Css Color HEX #B281DA Biloba Flower

📋 copy color: '#B281DA'

red 178 ◦ green 129 ◦ blue 218

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

Shades of Biloba Flower #B281DA

Tints of Biloba Flower #B281DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 33.9%
G = 24.57%
B = 41.52%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B281DA (or 0xB281DA) is known color: Biloba Flower. HEX triplet: B2, 81 and DA. RGB value is (178,129,218). Sum of RGB (Red+Green+Blue) = 178+129+218=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #B281DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B281DA is #4D7E25. Grayscale: #999999. Windows color (decimal): -5078566 or 14320050. OLE color: 14320050.

HSL color Cylindrical-coordinate representation of color #B281DA: hue angle of 273.03º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B281DA is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 129 218 -
CMYK 0.18 0.41 0 0.15
HSL 273.03º 0.55% 0.68% -
HSV(B) 273.03º 0.41% 0.85% -
XYZ 38.87 30.23 70.12 -
YUV 153.8 164.23 145.26 -
System Red Green Blue C M Y K H S L
Decimal 178 129 218 0.18 0.41 0 0.15 273.03 0.55 0.68
Hex B2 81 DA 12 29 0 F 111 37 44
Octal 262 201 332 22 51 0 17 421 67 104
Binary 10110010 10000001 11011010 10010 101001 0 1111 100010001 110111 1000100

Color Harmonies of #B281DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B281DA

Black with #B281DA

Text Example


Text Example

White with #B281DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B281DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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