Html Css Color HEX #B542CF Medium Orchid

📋 copy color: '#B542CF'

red 181 ◦ green 66 ◦ blue 207

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

Shades of Medium Orchid #B542CF

Tints of Medium Orchid #B542CF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.54%

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

R = 39.87%
G = 14.54%
B = 45.59%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B542CF (or 0xB542CF) is known color: Medium Orchid. HEX triplet: B5, 42 and CF. RGB value is (181,66,207). Sum of RGB (Red+Green+Blue) = 181+66+207=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #B542CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B542CF is #4ABD30. Grayscale: #747474. Windows color (decimal): -4898097 or 13583029. OLE color: 13583029.

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

Color convert

RGB 181 66 207 -
CMYK 0.13 0.68 0 0.19
HSL 288.94º 0.59% 0.54% -
HSV(B) 288.94º 0.68% 0.81% -
XYZ 32.27 18.23 60.85 -
YUV 116.46 179.1 174.04 -
System Red Green Blue C M Y K H S L
Decimal 181 66 207 0.13 0.68 0 0.19 288.94 0.59 0.54
Hex B5 42 CF D 44 0 13 121 3B 36
Octal 265 102 317 15 104 0 23 441 73 66
Binary 10110101 1000010 11001111 1101 1000100 0 10011 100100001 111011 110110

Color Harmonies of #B542CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B542CF

Black with #B542CF

Text Example


Text Example

White with #B542CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B542CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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