Html Css Color HEX #B958EB Medium Orchid

📋 copy color: '#B958EB'

red 185 ◦ green 88 ◦ blue 235

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

Shades of Medium Orchid #B958EB

Tints of Medium Orchid #B958EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.26%

R = 36.42%
G = 17.32%
B = 46.26%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B958EB (or 0xB958EB) is known color: Medium Orchid. HEX triplet: B9, 58 and EB. RGB value is (185,88,235). Sum of RGB (Red+Green+Blue) = 185+88+235=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 88 (34.77% from 255 or 17.32% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #B958EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B958EB is #46A714. Grayscale: #858585. Windows color (decimal): -4630293 or 15423673. OLE color: 15423673.

HSL color Cylindrical-coordinate representation of color #B958EB: hue angle of 279.59º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B958EB is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 88 235 -
CMYK 0.21 0.63 0 0.08
HSL 279.59º 0.79% 0.63% -
HSV(B) 279.59º 0.63% 0.92% -
XYZ 38.49 23.29 81.06 -
YUV 133.76 185.14 164.55 -
System Red Green Blue C M Y K H S L
Decimal 185 88 235 0.21 0.63 0 0.08 279.59 0.79 0.63
Hex B9 58 EB 15 3F 0 8 118 4F 3F
Octal 271 130 353 25 77 0 10 430 117 77
Binary 10111001 1011000 11101011 10101 111111 0 1000 100011000 1001111 111111

Color Harmonies of #B958EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B958EB

Black with #B958EB

Text Example


Text Example

White with #B958EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B958EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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