Html Css Color HEX #B955EE Medium Orchid

📋 copy color: '#B955EE'

red 185 ◦ green 85 ◦ blue 238

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

Shades of Medium Orchid #B955EE

Tints of Medium Orchid #B955EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.85%

R = 36.42%
G = 16.73%
B = 46.85%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B955EE (or 0xB955EE) is known color: Medium Orchid. HEX triplet: B9, 55 and EE. RGB value is (185,85,238). Sum of RGB (Red+Green+Blue) = 185+85+238=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 85 (33.59% from 255 or 16.73% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #B955EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B955EE is #46AA11. Grayscale: #838383. Windows color (decimal): -4631058 or 15619513. OLE color: 15619513.

HSL color Cylindrical-coordinate representation of color #B955EE: hue angle of 279.22º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B955EE is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 85 238 -
CMYK 0.22 0.64 0 0.07
HSL 279.22º 0.82% 0.63% -
HSV(B) 279.22º 0.64% 0.93% -
XYZ 38.69 22.98 83.29 -
YUV 132.34 187.63 165.56 -
System Red Green Blue C M Y K H S L
Decimal 185 85 238 0.22 0.64 0 0.07 279.22 0.82 0.63
Hex B9 55 EE 16 40 0 7 117 52 3F
Octal 271 125 356 26 100 0 7 427 122 77
Binary 10111001 1010101 11101110 10110 1000000 0 111 100010111 1010010 111111

Color Harmonies of #B955EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B955EE

Black with #B955EE

Text Example


Text Example

White with #B955EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B955EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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