Html Css Color HEX #B953CF Medium Orchid

📋 copy color: '#B953CF'

red 185 ◦ green 83 ◦ blue 207

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

Shades of Medium Orchid #B953CF

Tints of Medium Orchid #B953CF

RGB

 RED value IS 185 (72.66% from 255) = 38.95%

 GREEN value IS 83 (32.81% from 255) = 17.47%

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

R = 38.95%
G = 17.47%
B = 43.58%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B953CF (or 0xB953CF) is known color: Medium Orchid. HEX triplet: B9, 53 and CF. RGB value is (185,83,207). Sum of RGB (Red+Green+Blue) = 185+83+207=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #B953CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B953CF is #46AC30. Grayscale: #7F7F7F. Windows color (decimal): -4631601 or 13587385. OLE color: 13587385.

HSL color Cylindrical-coordinate representation of color #B953CF: hue angle of 289.35º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B953CF is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 83 207 -
CMYK 0.11 0.60 0 0.19
HSL 289.35º 0.56% 0.57% -
HSV(B) 289.35º 0.6% 0.81% -
XYZ 34.36 21.01 61.27 -
YUV 127.63 172.79 168.92 -
System Red Green Blue C M Y K H S L
Decimal 185 83 207 0.11 0.60 0 0.19 289.35 0.56 0.57
Hex B9 53 CF B 3C 0 13 121 38 39
Octal 271 123 317 13 74 0 23 441 70 71
Binary 10111001 1010011 11001111 1011 111100 0 10011 100100001 111000 111001

Color Harmonies of #B953CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B953CF

Black with #B953CF

Text Example


Text Example

White with #B953CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B953CF; }

 p { color: rgb(185,83,207); }

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

background-color css

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

 a { background-color: rgb(185,83,207); }

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

border-color css

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

 span { border-color: rgb(185,83,207); }

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