Html Css Color HEX #B27DE7 Biloba Flower

📋 copy color: '#B27DE7'

red 178 ◦ green 125 ◦ blue 231

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

Shades of Biloba Flower #B27DE7

Tints of Biloba Flower #B27DE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.26%

R = 33.33%
G = 23.41%
B = 43.26%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B27DE7 (or 0xB27DE7) is known color: Biloba Flower. HEX triplet: B2, 7D and E7. RGB value is (178,125,231). Sum of RGB (Red+Green+Blue) = 178+125+231=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 231 - color contains mainly: blue. Hex color #B27DE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27DE7 is #4D8218. Grayscale: #989898. Windows color (decimal): -5079577 or 15170994. OLE color: 15170994.

HSL color Cylindrical-coordinate representation of color #B27DE7: hue angle of 270º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B27DE7 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 125 231 -
CMYK 0.23 0.46 0 0.09
HSL 270º 0.69% 0.7% -
HSV(B) 270º 0.46% 0.91% -
XYZ 40.12 29.9 79.26 -
YUV 152.93 172.06 145.88 -
System Red Green Blue C M Y K H S L
Decimal 178 125 231 0.23 0.46 0 0.09 270 0.69 0.7
Hex B2 7D E7 17 2E 0 9 10E 45 46
Octal 262 175 347 27 56 0 11 416 105 106
Binary 10110010 1111101 11100111 10111 101110 0 1001 100001110 1000101 1000110

Color Harmonies of #B27DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27DE7

Black with #B27DE7

Text Example


Text Example

White with #B27DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27DE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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