Html Css Color HEX #B285ED Biloba Flower

📋 copy color: '#B285ED'

red 178 ◦ green 133 ◦ blue 237

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

Shades of Biloba Flower #B285ED

Tints of Biloba Flower #B285ED

RGB

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

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

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

R = 32.48%
G = 24.27%
B = 43.25%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B285ED (or 0xB285ED) is known color: Biloba Flower. HEX triplet: B2, 85 and ED. RGB value is (178,133,237). Sum of RGB (Red+Green+Blue) = 178+133+237=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #B285ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B285ED is #4D7A12. Grayscale: #9D9D9D. Windows color (decimal): -5077523 or 15566258. OLE color: 15566258.

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

Color convert

RGB 178 133 237 -
CMYK 0.25 0.44 0 0.07
HSL 265.96º 0.74% 0.73% -
HSV(B) 265.96º 0.44% 0.93% -
XYZ 42.03 32.35 84.15 -
YUV 158.31 172.41 142.04 -
System Red Green Blue C M Y K H S L
Decimal 178 133 237 0.25 0.44 0 0.07 265.96 0.74 0.73
Hex B2 85 ED 19 2C 0 7 10A 4A 49
Octal 262 205 355 31 54 0 7 412 112 111
Binary 10110010 10000101 11101101 11001 101100 0 111 100001010 1001010 1001001

Color Harmonies of #B285ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B285ED

Black with #B285ED

Text Example


Text Example

White with #B285ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B285ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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