Html Css Color HEX #B93EDD Medium Orchid

📋 copy color: '#B93EDD'

red 185 ◦ green 62 ◦ blue 221

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

Shades of Medium Orchid #B93EDD

Tints of Medium Orchid #B93EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.25%

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 39.53%
G = 13.25%
B = 47.22%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B93EDD (or 0xB93EDD) is known color: Medium Orchid. HEX triplet: B9, 3E and DD. RGB value is (185,62,221). Sum of RGB (Red+Green+Blue) = 185+62+221=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #B93EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93EDD is #46C122. Grayscale: #747474. Windows color (decimal): -4636963 or 14499513. OLE color: 14499513.

HSL color Cylindrical-coordinate representation of color #B93EDD: hue angle of 286.42º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B93EDD is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 62 221 -
CMYK 0.16 0.72 0 0.13
HSL 286.42º 0.7% 0.55% -
HSV(B) 286.42º 0.72% 0.87% -
XYZ 34.78 18.98 70.24 -
YUV 116.9 186.75 176.57 -
System Red Green Blue C M Y K H S L
Decimal 185 62 221 0.16 0.72 0 0.13 286.42 0.7 0.55
Hex B9 3E DD 10 48 0 D 11E 46 37
Octal 271 76 335 20 110 0 15 436 106 67
Binary 10111001 111110 11011101 10000 1001000 0 1101 100011110 1000110 110111

Color Harmonies of #B93EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93EDD

Black with #B93EDD

Text Example


Text Example

White with #B93EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93EDD; }

 p { color: rgb(185,62,221); }

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

background-color css

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

 a { background-color: rgb(185,62,221); }

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

border-color css

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

 span { border-color: rgb(185,62,221); }

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