Html Css Color HEX #B93FEE Medium Orchid

📋 copy color: '#B93FEE'

red 185 ◦ green 63 ◦ blue 238

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

Shades of Medium Orchid #B93FEE

Tints of Medium Orchid #B93FEE

RGB

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

 GREEN value IS 63 (25% from 255) = 12.96%

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

R = 38.07%
G = 12.96%
B = 48.97%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B93FEE (or 0xB93FEE) is known color: Medium Orchid. HEX triplet: B9, 3F and EE. RGB value is (185,63,238). Sum of RGB (Red+Green+Blue) = 185+63+238=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 63 (25% from 255 or 12.96% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #B93FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93FEE is #46C011. Grayscale: #767676. Windows color (decimal): -4636690 or 15613881. OLE color: 15613881.

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

Color convert

RGB 185 63 238 -
CMYK 0.22 0.74 0 0.07
HSL 281.83º 0.84% 0.59% -
HSV(B) 281.83º 0.74% 0.93% -
XYZ 37.22 20.04 82.8 -
YUV 119.43 194.92 174.77 -
System Red Green Blue C M Y K H S L
Decimal 185 63 238 0.22 0.74 0 0.07 281.83 0.84 0.59
Hex B9 3F EE 16 4A 0 7 11A 54 3B
Octal 271 77 356 26 112 0 7 432 124 73
Binary 10111001 111111 11101110 10110 1001010 0 111 100011010 1010100 111011

Color Harmonies of #B93FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93FEE

Black with #B93FEE

Text Example


Text Example

White with #B93FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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