Html Css Color HEX #B27CE7 Biloba Flower

📋 copy color: '#B27CE7'

red 178 ◦ green 124 ◦ blue 231

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

Shades of Biloba Flower #B27CE7

Tints of Biloba Flower #B27CE7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.26%

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

R = 33.4%
G = 23.26%
B = 43.34%

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

#B27CE7 (or 0xB27CE7) is known color: Biloba Flower. HEX triplet: B2, 7C and E7. RGB value is (178,124,231). Sum of RGB (Red+Green+Blue) = 178+124+231=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 231 (90.62% from 255 or 43.34% from 533); Max value from RGB is 231 - color contains mainly: blue. Hex color #B27CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27CE7 is #4D8318. Grayscale: #979797. Windows color (decimal): -5079833 or 15170738. OLE color: 15170738.

HSL color Cylindrical-coordinate representation of color #B27CE7: hue angle of 270.28º 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 #B27CE7 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 124 231 -
CMYK 0.23 0.46 0 0.09
HSL 270.28º 0.69% 0.7% -
HSV(B) 270.28º 0.46% 0.91% -
XYZ 39.99 29.65 79.22 -
YUV 152.34 172.39 146.3 -
System Red Green Blue C M Y K H S L
Decimal 178 124 231 0.23 0.46 0 0.09 270.28 0.69 0.7
Hex B2 7C E7 17 2E 0 9 10E 45 46
Octal 262 174 347 27 56 0 11 416 105 106
Binary 10110010 1111100 11100111 10111 101110 0 1001 100001110 1000101 1000110

Color Harmonies of #B27CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27CE7

Black with #B27CE7

Text Example


Text Example

White with #B27CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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