Html Css Color HEX #B958CF Medium Orchid

📋 copy color: '#B958CF'

red 185 ◦ green 88 ◦ blue 207

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

Shades of Medium Orchid #B958CF

Tints of Medium Orchid #B958CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.13%

R = 38.54%
G = 18.33%
B = 43.13%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B958CF (or 0xB958CF) is known color: Medium Orchid. HEX triplet: B9, 58 and CF. RGB value is (185,88,207). Sum of RGB (Red+Green+Blue) = 185+88+207=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 88 (34.77% from 255 or 18.33% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #B958CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B958CF is #46A730. Grayscale: #828282. Windows color (decimal): -4630321 or 13588665. OLE color: 13588665.

HSL color Cylindrical-coordinate representation of color #B958CF: hue angle of 288.91º 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 #B958CF is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 88 207 -
CMYK 0.11 0.57 0 0.19
HSL 288.91º 0.55% 0.58% -
HSV(B) 288.91º 0.57% 0.81% -
XYZ 34.76 21.8 61.41 -
YUV 130.57 171.14 166.82 -
System Red Green Blue C M Y K H S L
Decimal 185 88 207 0.11 0.57 0 0.19 288.91 0.55 0.58
Hex B9 58 CF B 39 0 13 121 37 3A
Octal 271 130 317 13 71 0 23 441 67 72
Binary 10111001 1011000 11001111 1011 111001 0 10011 100100001 110111 111010

Color Harmonies of #B958CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B958CF

Black with #B958CF

Text Example


Text Example

White with #B958CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B958CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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