Html Css Color HEX #B93CEE Medium Orchid

📋 copy color: '#B93CEE'

red 185 ◦ green 60 ◦ blue 238

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

Shades of Medium Orchid #B93CEE

Tints of Medium Orchid #B93CEE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.42%

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

R = 38.3%
G = 12.42%
B = 49.28%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B93CEE (or 0xB93CEE) is known color: Medium Orchid. HEX triplet: B9, 3C and EE. RGB value is (185,60,238). Sum of RGB (Red+Green+Blue) = 185+60+238=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 60 (23.83% from 255 or 12.42% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #B93CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93CEE is #46C311. Grayscale: #757575. Windows color (decimal): -4637458 or 15613113. OLE color: 15613113.

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

Color convert

RGB 185 60 238 -
CMYK 0.22 0.75 0 0.07
HSL 282.13º 0.84% 0.58% -
HSV(B) 282.13º 0.75% 0.93% -
XYZ 37.06 19.72 82.74 -
YUV 117.67 195.91 176.03 -
System Red Green Blue C M Y K H S L
Decimal 185 60 238 0.22 0.75 0 0.07 282.13 0.84 0.58
Hex B9 3C EE 16 4B 0 7 11A 54 3A
Octal 271 74 356 26 113 0 7 432 124 72
Binary 10111001 111100 11101110 10110 1001011 0 111 100011010 1010100 111010

Color Harmonies of #B93CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93CEE

Black with #B93CEE

Text Example


Text Example

White with #B93CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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