Html Css Color HEX #B93EDA Medium Orchid

📋 copy color: '#B93EDA'

red 185 ◦ green 62 ◦ blue 218

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

Shades of Medium Orchid #B93EDA

Tints of Medium Orchid #B93EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.88%

R = 39.78%
G = 13.33%
B = 46.88%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B93EDA (or 0xB93EDA) is known color: Medium Orchid. HEX triplet: B9, 3E and DA. RGB value is (185,62,218). Sum of RGB (Red+Green+Blue) = 185+62+218=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 62 (24.61% from 255 or 13.33% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #B93EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93EDA is #46C125. Grayscale: #747474. Windows color (decimal): -4636966 or 14302905. OLE color: 14302905.

HSL color Cylindrical-coordinate representation of color #B93EDA: hue angle of 287.31º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B93EDA is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 62 218 -
CMYK 0.15 0.72 0 0.15
HSL 287.31º 0.68% 0.55% -
HSV(B) 287.31º 0.72% 0.85% -
XYZ 34.39 18.82 68.15 -
YUV 116.56 185.25 176.82 -
System Red Green Blue C M Y K H S L
Decimal 185 62 218 0.15 0.72 0 0.15 287.31 0.68 0.55
Hex B9 3E DA F 48 0 F 11F 44 37
Octal 271 76 332 17 110 0 17 437 104 67
Binary 10111001 111110 11011010 1111 1001000 0 1111 100011111 1000100 110111

Color Harmonies of #B93EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93EDA

Black with #B93EDA

Text Example


Text Example

White with #B93EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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