Html Css Color HEX #B958EF Medium Orchid

📋 copy color: '#B958EF'

red 185 ◦ green 88 ◦ blue 239

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

Shades of Medium Orchid #B958EF

Tints of Medium Orchid #B958EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 36.13%
G = 17.19%
B = 46.68%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B958EF (or 0xB958EF) is known color: Medium Orchid. HEX triplet: B9, 58 and EF. RGB value is (185,88,239). Sum of RGB (Red+Green+Blue) = 185+88+239=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #B958EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B958EF is #46A710. Grayscale: #858585. Windows color (decimal): -4630289 or 15685817. OLE color: 15685817.

HSL color Cylindrical-coordinate representation of color #B958EF: hue angle of 278.54º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B958EF is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 88 239 -
CMYK 0.23 0.63 0 0.06
HSL 278.54º 0.83% 0.64% -
HSV(B) 278.54º 0.63% 0.94% -
XYZ 39.08 23.53 84.14 -
YUV 134.22 187.14 164.22 -
System Red Green Blue C M Y K H S L
Decimal 185 88 239 0.23 0.63 0 0.06 278.54 0.83 0.64
Hex B9 58 EF 17 3F 0 6 117 53 40
Octal 271 130 357 27 77 0 6 427 123 100
Binary 10111001 1011000 11101111 10111 111111 0 110 100010111 1010011 1000000

Color Harmonies of #B958EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B958EF

Black with #B958EF

Text Example


Text Example

White with #B958EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B958EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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