Html Css Color HEX #B958CE Medium Orchid

📋 copy color: '#B958CE'

red 185 ◦ green 88 ◦ blue 206

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

Shades of Medium Orchid #B958CE

Tints of Medium Orchid #B958CE

RGB

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

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

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

R = 38.62%
G = 18.37%
B = 43.01%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B958CE (or 0xB958CE) is known color: Medium Orchid. HEX triplet: B9, 58 and CE. RGB value is (185,88,206). Sum of RGB (Red+Green+Blue) = 185+88+206=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 88 (34.77% from 255 or 18.37% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #B958CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B958CE is #46A731. Grayscale: #828282. Windows color (decimal): -4630322 or 13523129. OLE color: 13523129.

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

Color convert

RGB 185 88 206 -
CMYK 0.10 0.57 0 0.19
HSL 289.32º 0.55% 0.58% -
HSV(B) 289.32º 0.57% 0.81% -
XYZ 34.64 21.75 60.77 -
YUV 130.46 170.64 166.91 -
System Red Green Blue C M Y K H S L
Decimal 185 88 206 0.10 0.57 0 0.19 289.32 0.55 0.58
Hex B9 58 CE A 39 0 13 121 37 3A
Octal 271 130 316 12 71 0 23 441 67 72
Binary 10111001 1011000 11001110 1010 111001 0 10011 100100001 110111 111010

Color Harmonies of #B958CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B958CE

Black with #B958CE

Text Example


Text Example

White with #B958CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B958CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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