Html Css Color HEX #B285F1 Biloba Flower

📋 copy color: '#B285F1'

red 178 ◦ green 133 ◦ blue 241

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

Shades of Biloba Flower #B285F1

Tints of Biloba Flower #B285F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.66%

R = 32.25%
G = 24.09%
B = 43.66%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B285F1 (or 0xB285F1) is known color: Biloba Flower. HEX triplet: B2, 85 and F1. RGB value is (178,133,241). Sum of RGB (Red+Green+Blue) = 178+133+241=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #B285F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B285F1 is #4D7A0E. Grayscale: #9E9E9E. Windows color (decimal): -5077519 or 15828402. OLE color: 15828402.

HSL color Cylindrical-coordinate representation of color #B285F1: hue angle of 265º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B285F1 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 133 241 -
CMYK 0.26 0.45 0 0.05
HSL 265º 0.79% 0.73% -
HSV(B) 265º 0.45% 0.95% -
XYZ 42.62 32.59 87.26 -
YUV 158.77 174.41 141.72 -
System Red Green Blue C M Y K H S L
Decimal 178 133 241 0.26 0.45 0 0.05 265 0.79 0.73
Hex B2 85 F1 1A 2D 0 5 109 4F 49
Octal 262 205 361 32 55 0 5 411 117 111
Binary 10110010 10000101 11110001 11010 101101 0 101 100001001 1001111 1001001

Color Harmonies of #B285F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B285F1

Black with #B285F1

Text Example


Text Example

White with #B285F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B285F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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