Html Css Color HEX #B958CC Medium Orchid

📋 copy color: '#B958CC'

red 185 ◦ green 88 ◦ blue 204

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

Shades of Medium Orchid #B958CC

Tints of Medium Orchid #B958CC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.45%

 BLUE value IS 204 (80.08% from 255) = 42.77%

R = 38.78%
G = 18.45%
B = 42.77%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B958CC (or 0xB958CC) is known color: Medium Orchid. HEX triplet: B9, 58 and CC. RGB value is (185,88,204). Sum of RGB (Red+Green+Blue) = 185+88+204=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #B958CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B958CC is #46A733. Grayscale: #818181. Windows color (decimal): -4630324 or 13392057. OLE color: 13392057.

HSL color Cylindrical-coordinate representation of color #B958CC: hue angle of 290.17º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B958CC is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 88 204 -
CMYK 0.09 0.57 0 0.2
HSL 290.17º 0.53% 0.57% -
HSV(B) 290.17º 0.57% 0.8% -
XYZ 34.4 21.65 59.49 -
YUV 130.23 169.64 167.07 -
System Red Green Blue C M Y K H S L
Decimal 185 88 204 0.09 0.57 0 0.2 290.17 0.53 0.57
Hex B9 58 CC 9 39 0 14 122 35 39
Octal 271 130 314 11 71 0 24 442 65 71
Binary 10111001 1011000 11001100 1001 111001 0 10100 100100010 110101 111001

Color Harmonies of #B958CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B958CC

Black with #B958CC

Text Example


Text Example

White with #B958CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B958CC; }

 p { color: rgb(185,88,204); }

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

background-color css

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

 a { background-color: rgb(185,88,204); }

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

border-color css

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

 span { border-color: rgb(185,88,204); }

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