Html Css Color HEX #B27BDE Biloba Flower

📋 copy color: '#B27BDE'

red 178 ◦ green 123 ◦ blue 222

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

Shades of Biloba Flower #B27BDE

Tints of Biloba Flower #B27BDE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.52%

 BLUE value IS 222 (87.11% from 255) = 42.45%

R = 34.03%
G = 23.52%
B = 42.45%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B27BDE (or 0xB27BDE) is known color: Biloba Flower. HEX triplet: B2, 7B and DE. RGB value is (178,123,222). Sum of RGB (Red+Green+Blue) = 178+123+222=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #B27BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27BDE is #4D8421. Grayscale: #969696. Windows color (decimal): -5080098 or 14580658. OLE color: 14580658.

HSL color Cylindrical-coordinate representation of color #B27BDE: hue angle of 273.33º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B27BDE is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 123 222 -
CMYK 0.20 0.45 0 0.13
HSL 273.33º 0.6% 0.68% -
HSV(B) 273.33º 0.45% 0.87% -
XYZ 38.63 28.9 72.65 -
YUV 150.73 168.22 147.45 -
System Red Green Blue C M Y K H S L
Decimal 178 123 222 0.20 0.45 0 0.13 273.33 0.6 0.68
Hex B2 7B DE 14 2D 0 D 111 3C 44
Octal 262 173 336 24 55 0 15 421 74 104
Binary 10110010 1111011 11011110 10100 101101 0 1101 100010001 111100 1000100

Color Harmonies of #B27BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27BDE

Black with #B27BDE

Text Example


Text Example

White with #B27BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27BDE; }

 p { color: rgb(178,123,222); }

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

background-color css

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

 a { background-color: rgb(178,123,222); }

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

border-color css

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

 span { border-color: rgb(178,123,222); }

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