Html Css Color HEX #B592CF Biloba Flower

📋 copy color: '#B592CF'

red 181 ◦ green 146 ◦ blue 207

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

Shades of Biloba Flower #B592CF

Tints of Biloba Flower #B592CF

RGB

 RED value IS 181 (71.09% from 255) = 33.9%

 GREEN value IS 146 (57.42% from 255) = 27.34%

 BLUE value IS 207 (81.25% from 255) = 38.76%

R = 33.9%
G = 27.34%
B = 38.76%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B592CF (or 0xB592CF) is known color: Biloba Flower. HEX triplet: B5, 92 and CF. RGB value is (181,146,207). Sum of RGB (Red+Green+Blue) = 181+146+207=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #B592CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B592CF is #4A6D30. Grayscale: #A3A3A3. Windows color (decimal): -4877617 or 13603509. OLE color: 13603509.

HSL color Cylindrical-coordinate representation of color #B592CF: hue angle of 274.43º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B592CF is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 146 207 -
CMYK 0.13 0.29 0 0.19
HSL 274.43º 0.39% 0.69% -
HSV(B) 274.43º 0.29% 0.81% -
XYZ 40.6 34.89 63.63 -
YUV 163.42 152.6 140.54 -
System Red Green Blue C M Y K H S L
Decimal 181 146 207 0.13 0.29 0 0.19 274.43 0.39 0.69
Hex B5 92 CF D 1D 0 13 112 27 45
Octal 265 222 317 15 35 0 23 422 47 105
Binary 10110101 10010010 11001111 1101 11101 0 10011 100010010 100111 1000101

Color Harmonies of #B592CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B592CF

Black with #B592CF

Text Example


Text Example

White with #B592CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B592CF; }

 p { color: rgb(181,146,207); }

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

background-color css

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

 a { background-color: rgb(181,146,207); }

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

border-color css

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

 span { border-color: rgb(181,146,207); }

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