Html Css Color HEX #B085DA Biloba Flower

📋 copy color: '#B085DA'

red 176 ◦ green 133 ◦ blue 218

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

Shades of Biloba Flower #B085DA

Tints of Biloba Flower #B085DA

RGB

 RED value IS 176 (69.14% from 255) = 33.4%

 GREEN value IS 133 (52.34% from 255) = 25.24%

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

R = 33.4%
G = 25.24%
B = 41.37%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B085DA (or 0xB085DA) is known color: Biloba Flower. HEX triplet: B0, 85 and DA. RGB value is (176,133,218). Sum of RGB (Red+Green+Blue) = 176+133+218=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #B085DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B085DA is #4F7A25. Grayscale: #9B9B9B. Windows color (decimal): -5208614 or 14321072. OLE color: 14321072.

HSL color Cylindrical-coordinate representation of color #B085DA: hue angle of 270.35º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B085DA is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 133 218 -
CMYK 0.19 0.39 0 0.15
HSL 270.35º 0.53% 0.69% -
HSV(B) 270.35º 0.39% 0.85% -
XYZ 38.95 31.07 70.27 -
YUV 155.55 163.25 142.59 -
System Red Green Blue C M Y K H S L
Decimal 176 133 218 0.19 0.39 0 0.15 270.35 0.53 0.69
Hex B0 85 DA 13 27 0 F 10E 35 45
Octal 260 205 332 23 47 0 17 416 65 105
Binary 10110000 10000101 11011010 10011 100111 0 1111 100001110 110101 1000101

Color Harmonies of #B085DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B085DA

Black with #B085DA

Text Example


Text Example

White with #B085DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B085DA; }

 p { color: rgb(176,133,218); }

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

background-color css

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

 a { background-color: rgb(176,133,218); }

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

border-color css

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

 span { border-color: rgb(176,133,218); }

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