Html Css Color HEX #B955D0 Medium Orchid

📋 copy color: '#B955D0'

red 185 ◦ green 85 ◦ blue 208

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

Shades of Medium Orchid #B955D0

Tints of Medium Orchid #B955D0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.78%

 BLUE value IS 208 (81.64% from 255) = 43.51%

R = 38.7%
G = 17.78%
B = 43.51%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B955D0 (or 0xB955D0) is known color: Medium Orchid. HEX triplet: B9, 55 and D0. RGB value is (185,85,208). Sum of RGB (Red+Green+Blue) = 185+85+208=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 208 - color contains mainly: blue. Hex color #B955D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B955D0 is #46AA2F. Grayscale: #808080. Windows color (decimal): -4631088 or 13653433. OLE color: 13653433.

HSL color Cylindrical-coordinate representation of color #B955D0: hue angle of 288.78º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B955D0 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 85 208 -
CMYK 0.11 0.59 0 0.18
HSL 288.78º 0.57% 0.57% -
HSV(B) 288.78º 0.59% 0.82% -
XYZ 34.64 21.37 61.97 -
YUV 128.92 172.63 168 -
System Red Green Blue C M Y K H S L
Decimal 185 85 208 0.11 0.59 0 0.18 288.78 0.57 0.57
Hex B9 55 D0 B 3B 0 12 121 39 39
Octal 271 125 320 13 73 0 22 441 71 71
Binary 10111001 1010101 11010000 1011 111011 0 10010 100100001 111001 111001

Color Harmonies of #B955D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B955D0

Black with #B955D0

Text Example


Text Example

White with #B955D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B955D0; }

 p { color: rgb(185,85,208); }

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

background-color css

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

 a { background-color: rgb(185,85,208); }

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

border-color css

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

 span { border-color: rgb(185,85,208); }

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