Html Css Color HEX #B27DDA Biloba Flower

📋 copy color: '#B27DDA'

red 178 ◦ green 125 ◦ blue 218

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

Shades of Biloba Flower #B27DDA

Tints of Biloba Flower #B27DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.84%

R = 34.17%
G = 23.99%
B = 41.84%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B27DDA (or 0xB27DDA) is known color: Biloba Flower. HEX triplet: B2, 7D and DA. RGB value is (178,125,218). Sum of RGB (Red+Green+Blue) = 178+125+218=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #B27DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27DDA is #4D8225. Grayscale: #979797. Windows color (decimal): -5079590 or 14319026. OLE color: 14319026.

HSL color Cylindrical-coordinate representation of color #B27DDA: hue angle of 274.19º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B27DDA is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 125 218 -
CMYK 0.18 0.43 0 0.15
HSL 274.19º 0.56% 0.67% -
HSV(B) 274.19º 0.43% 0.85% -
XYZ 38.35 29.19 69.94 -
YUV 151.45 165.56 146.94 -
System Red Green Blue C M Y K H S L
Decimal 178 125 218 0.18 0.43 0 0.15 274.19 0.56 0.67
Hex B2 7D DA 12 2B 0 F 112 38 43
Octal 262 175 332 22 53 0 17 422 70 103
Binary 10110010 1111101 11011010 10010 101011 0 1111 100010010 111000 1000011

Color Harmonies of #B27DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27DDA

Black with #B27DDA

Text Example


Text Example

White with #B27DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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