Html Css Color HEX #B955CE Medium Orchid

📋 copy color: '#B955CE'

red 185 ◦ green 85 ◦ blue 206

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

Shades of Medium Orchid #B955CE

Tints of Medium Orchid #B955CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 38.87%
G = 17.86%
B = 43.28%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B955CE (or 0xB955CE) is known color: Medium Orchid. HEX triplet: B9, 55 and CE. RGB value is (185,85,206). Sum of RGB (Red+Green+Blue) = 185+85+206=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #B955CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B955CE is #46AA31. Grayscale: #808080. Windows color (decimal): -4631090 or 13522361. OLE color: 13522361.

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

Color convert

RGB 185 85 206 -
CMYK 0.10 0.59 0 0.19
HSL 289.59º 0.55% 0.57% -
HSV(B) 289.59º 0.59% 0.81% -
XYZ 34.4 21.27 60.68 -
YUV 128.69 171.63 168.16 -
System Red Green Blue C M Y K H S L
Decimal 185 85 206 0.10 0.59 0 0.19 289.59 0.55 0.57
Hex B9 55 CE A 3B 0 13 122 37 39
Octal 271 125 316 12 73 0 23 442 67 71
Binary 10111001 1010101 11001110 1010 111011 0 10011 100100010 110111 111001

Color Harmonies of #B955CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B955CE

Black with #B955CE

Text Example


Text Example

White with #B955CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B955CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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