Html Css Color HEX #B285D6 Biloba Flower

📋 copy color: '#B285D6'

red 178 ◦ green 133 ◦ blue 214

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

Shades of Biloba Flower #B285D6

Tints of Biloba Flower #B285D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.76%

R = 33.9%
G = 25.33%
B = 40.76%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B285D6 (or 0xB285D6) is known color: Biloba Flower. HEX triplet: B2, 85 and D6. RGB value is (178,133,214). Sum of RGB (Red+Green+Blue) = 178+133+214=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 214 - color contains mainly: blue. Hex color #B285D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B285D6 is #4D7A29. Grayscale: #9B9B9B. Windows color (decimal): -5077546 or 14058930. OLE color: 14058930.

HSL color Cylindrical-coordinate representation of color #B285D6: hue angle of 273.33º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B285D6 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 133 214 -
CMYK 0.17 0.38 0 0.16
HSL 273.33º 0.5% 0.68% -
HSV(B) 273.33º 0.38% 0.84% -
XYZ 38.89 31.1 67.57 -
YUV 155.69 160.91 143.91 -
System Red Green Blue C M Y K H S L
Decimal 178 133 214 0.17 0.38 0 0.16 273.33 0.5 0.68
Hex B2 85 D6 11 26 0 10 111 32 44
Octal 262 205 326 21 46 0 20 421 62 104
Binary 10110010 10000101 11010110 10001 100110 0 10000 100010001 110010 1000100

Color Harmonies of #B285D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B285D6

Black with #B285D6

Text Example


Text Example

White with #B285D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B285D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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