Html Css Color HEX #B541CF Medium Orchid

📋 copy color: '#B541CF'

red 181 ◦ green 65 ◦ blue 207

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

Shades of Medium Orchid #B541CF

Tints of Medium Orchid #B541CF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.35%

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

R = 39.96%
G = 14.35%
B = 45.7%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B541CF (or 0xB541CF) is known color: Medium Orchid. HEX triplet: B5, 41 and CF. RGB value is (181,65,207). Sum of RGB (Red+Green+Blue) = 181+65+207=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #B541CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B541CF is #4ABE30. Grayscale: #737373. Windows color (decimal): -4898353 or 13582773. OLE color: 13582773.

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

Color convert

RGB 181 65 207 -
CMYK 0.13 0.69 0 0.19
HSL 289.01º 0.6% 0.53% -
HSV(B) 289.01º 0.69% 0.81% -
XYZ 32.21 18.11 60.83 -
YUV 115.87 179.43 174.45 -
System Red Green Blue C M Y K H S L
Decimal 181 65 207 0.13 0.69 0 0.19 289.01 0.6 0.53
Hex B5 41 CF D 45 0 13 121 3C 35
Octal 265 101 317 15 105 0 23 441 74 65
Binary 10110101 1000001 11001111 1101 1000101 0 10011 100100001 111100 110101

Color Harmonies of #B541CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B541CF

Black with #B541CF

Text Example


Text Example

White with #B541CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B541CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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