Html Css Color HEX #B938EE Medium Orchid

📋 copy color: '#B938EE'

red 185 ◦ green 56 ◦ blue 238

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

Shades of Medium Orchid #B938EE

Tints of Medium Orchid #B938EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.69%

R = 38.62%
G = 11.69%
B = 49.69%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B938EE (or 0xB938EE) is known color: Medium Orchid. HEX triplet: B9, 38 and EE. RGB value is (185,56,238). Sum of RGB (Red+Green+Blue) = 185+56+238=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 56 (22.27% from 255 or 11.69% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #B938EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B938EE is #46C711. Grayscale: #727272. Windows color (decimal): -4638482 or 15612089. OLE color: 15612089.

HSL color Cylindrical-coordinate representation of color #B938EE: hue angle of 282.53º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B938EE is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 56 238 -
CMYK 0.22 0.76 0 0.07
HSL 282.53º 0.84% 0.58% -
HSV(B) 282.53º 0.76% 0.93% -
XYZ 36.85 19.32 82.67 -
YUV 115.32 197.24 177.7 -
System Red Green Blue C M Y K H S L
Decimal 185 56 238 0.22 0.76 0 0.07 282.53 0.84 0.58
Hex B9 38 EE 16 4C 0 7 11B 54 3A
Octal 271 70 356 26 114 0 7 433 124 72
Binary 10111001 111000 11101110 10110 1001100 0 111 100011011 1010100 111010

Color Harmonies of #B938EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B938EE

Black with #B938EE

Text Example


Text Example

White with #B938EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B938EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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