Html Css Color HEX #B285EC Biloba Flower

📋 copy color: '#B285EC'

red 178 ◦ green 133 ◦ blue 236

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

Shades of Biloba Flower #B285EC

Tints of Biloba Flower #B285EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.14%

R = 32.54%
G = 24.31%
B = 43.14%

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

#B285EC (or 0xB285EC) is known color: Biloba Flower. HEX triplet: B2, 85 and EC. RGB value is (178,133,236). Sum of RGB (Red+Green+Blue) = 178+133+236=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #B285EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B285EC is #4D7A13. Grayscale: #9D9D9D. Windows color (decimal): -5077524 or 15500722. OLE color: 15500722.

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

Color convert

RGB 178 133 236 -
CMYK 0.25 0.44 0 0.07
HSL 266.21º 0.73% 0.72% -
HSV(B) 266.21º 0.44% 0.93% -
XYZ 41.89 32.3 83.38 -
YUV 158.2 171.91 142.12 -
System Red Green Blue C M Y K H S L
Decimal 178 133 236 0.25 0.44 0 0.07 266.21 0.73 0.72
Hex B2 85 EC 19 2C 0 7 10A 49 48
Octal 262 205 354 31 54 0 7 412 111 110
Binary 10110010 10000101 11101100 11001 101100 0 111 100001010 1001001 1001000

Color Harmonies of #B285EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B285EC

Black with #B285EC

Text Example


Text Example

White with #B285EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B285EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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