Html Css Color HEX #B938EB Medium Orchid

📋 copy color: '#B938EB'

red 185 ◦ green 56 ◦ blue 235

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

Shades of Medium Orchid #B938EB

Tints of Medium Orchid #B938EB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.76%

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

R = 38.87%
G = 11.76%
B = 49.37%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B938EB (or 0xB938EB) is known color: Medium Orchid. HEX triplet: B9, 38 and EB. RGB value is (185,56,235). Sum of RGB (Red+Green+Blue) = 185+56+235=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 56 (22.27% from 255 or 11.76% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #B938EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B938EB is #46C714. Grayscale: #727272. Windows color (decimal): -4638485 or 15415481. OLE color: 15415481.

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

Color convert

RGB 185 56 235 -
CMYK 0.21 0.76 0 0.08
HSL 283.24º 0.82% 0.57% -
HSV(B) 283.24º 0.76% 0.92% -
XYZ 36.42 19.14 80.37 -
YUV 114.98 195.74 177.95 -
System Red Green Blue C M Y K H S L
Decimal 185 56 235 0.21 0.76 0 0.08 283.24 0.82 0.57
Hex B9 38 EB 15 4C 0 8 11B 52 39
Octal 271 70 353 25 114 0 10 433 122 71
Binary 10111001 111000 11101011 10101 1001100 0 1000 100011011 1010010 111001

Color Harmonies of #B938EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B938EB

Black with #B938EB

Text Example


Text Example

White with #B938EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B938EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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