Html Css Color HEX #B547CF Medium Orchid

📋 copy color: '#B547CF'

red 181 ◦ green 71 ◦ blue 207

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

Shades of Medium Orchid #B547CF

Tints of Medium Orchid #B547CF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.47%

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

R = 39.43%
G = 15.47%
B = 45.1%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B547CF (or 0xB547CF) is known color: Medium Orchid. HEX triplet: B5, 47 and CF. RGB value is (181,71,207). Sum of RGB (Red+Green+Blue) = 181+71+207=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #B547CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B547CF is #4AB830. Grayscale: #767676. Windows color (decimal): -4896817 or 13584309. OLE color: 13584309.

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

Color convert

RGB 181 71 207 -
CMYK 0.13 0.66 0 0.19
HSL 288.53º 0.59% 0.55% -
HSV(B) 288.53º 0.66% 0.81% -
XYZ 32.57 18.84 60.95 -
YUV 119.39 177.44 171.94 -
System Red Green Blue C M Y K H S L
Decimal 181 71 207 0.13 0.66 0 0.19 288.53 0.59 0.55
Hex B5 47 CF D 42 0 13 121 3B 37
Octal 265 107 317 15 102 0 23 441 73 67
Binary 10110101 1000111 11001111 1101 1000010 0 10011 100100001 111011 110111

Color Harmonies of #B547CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B547CF

Black with #B547CF

Text Example


Text Example

White with #B547CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B547CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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