Html Css Color HEX #B27DE3 Biloba Flower

📋 copy color: '#B27DE3'

red 178 ◦ green 125 ◦ blue 227

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

Shades of Biloba Flower #B27DE3

Tints of Biloba Flower #B27DE3

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.58%

 BLUE value IS 227 (89.06% from 255) = 42.83%

R = 33.58%
G = 23.58%
B = 42.83%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B27DE3 (or 0xB27DE3) is known color: Biloba Flower. HEX triplet: B2, 7D and E3. RGB value is (178,125,227). Sum of RGB (Red+Green+Blue) = 178+125+227=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 227 (89.06% from 255 or 42.83% from 530); Max value from RGB is 227 - color contains mainly: blue. Hex color #B27DE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27DE3 is #4D821C. Grayscale: #989898. Windows color (decimal): -5079581 or 14908850. OLE color: 14908850.

HSL color Cylindrical-coordinate representation of color #B27DE3: hue angle of 271.18º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B27DE3 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 125 227 -
CMYK 0.22 0.45 0 0.11
HSL 271.18º 0.65% 0.69% -
HSV(B) 271.18º 0.45% 0.89% -
XYZ 39.56 29.68 76.32 -
YUV 152.48 170.06 146.21 -
System Red Green Blue C M Y K H S L
Decimal 178 125 227 0.22 0.45 0 0.11 271.18 0.65 0.69
Hex B2 7D E3 16 2D 0 B 10F 41 45
Octal 262 175 343 26 55 0 13 417 101 105
Binary 10110010 1111101 11100011 10110 101101 0 1011 100001111 1000001 1000101

Color Harmonies of #B27DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27DE3

Black with #B27DE3

Text Example


Text Example

White with #B27DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27DE3; }

 p { color: rgb(178,125,227); }

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

background-color css

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

 a { background-color: rgb(178,125,227); }

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

border-color css

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

 span { border-color: rgb(178,125,227); }

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