Html Css Color HEX #B287E6 Biloba Flower

📋 copy color: '#B287E6'

red 178 ◦ green 135 ◦ blue 230

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

Shades of Biloba Flower #B287E6

Tints of Biloba Flower #B287E6

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.86%

 BLUE value IS 230 (90.23% from 255) = 42.36%

R = 32.78%
G = 24.86%
B = 42.36%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B287E6 (or 0xB287E6) is known color: Biloba Flower. HEX triplet: B2, 87 and E6. RGB value is (178,135,230). Sum of RGB (Red+Green+Blue) = 178+135+230=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 135 (53.12% from 255 or 24.86% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 230 - color contains mainly: blue. Hex color #B287E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B287E6 is #4D7819. Grayscale: #9E9E9E. Windows color (decimal): -5077018 or 15108018. OLE color: 15108018.

HSL color Cylindrical-coordinate representation of color #B287E6: hue angle of 267.16º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B287E6 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 178 135 230 -
CMYK 0.23 0.41 0 0.10
HSL 267.16º 0.66% 0.72% -
HSV(B) 267.16º 0.41% 0.9% -
XYZ 41.31 32.51 78.96 -
YUV 158.69 168.25 141.78 -
System Red Green Blue C M Y K H S L
Decimal 178 135 230 0.23 0.41 0 0.10 267.16 0.66 0.72
Hex B2 87 E6 17 29 0 A 10B 42 48
Octal 262 207 346 27 51 0 12 413 102 110
Binary 10110010 10000111 11100110 10111 101001 0 1010 100001011 1000010 1001000

Color Harmonies of #B287E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B287E6

Black with #B287E6

Text Example


Text Example

White with #B287E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B287E6; }

 p { color: rgb(178,135,230); }

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

background-color css

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

 a { background-color: rgb(178,135,230); }

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

border-color css

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

 span { border-color: rgb(178,135,230); }

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