Html Css Color HEX #B93DDA Medium Orchid

📋 copy color: '#B93DDA'

red 185 ◦ green 61 ◦ blue 218

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

Shades of Medium Orchid #B93DDA

Tints of Medium Orchid #B93DDA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.15%

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

R = 39.87%
G = 13.15%
B = 46.98%

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

#B93DDA (or 0xB93DDA) is known color: Medium Orchid. HEX triplet: B9, 3D and DA. RGB value is (185,61,218). Sum of RGB (Red+Green+Blue) = 185+61+218=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 61 (24.22% from 255 or 13.15% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #B93DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93DDA is #46C225. Grayscale: #737373. Windows color (decimal): -4637222 or 14302649. OLE color: 14302649.

HSL color Cylindrical-coordinate representation of color #B93DDA: hue angle of 287.39º 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 #B93DDA is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 61 218 -
CMYK 0.15 0.72 0 0.15
HSL 287.39º 0.68% 0.55% -
HSV(B) 287.39º 0.72% 0.85% -
XYZ 34.33 18.71 68.13 -
YUV 115.97 185.58 177.23 -
System Red Green Blue C M Y K H S L
Decimal 185 61 218 0.15 0.72 0 0.15 287.39 0.68 0.55
Hex B9 3D DA F 48 0 F 11F 44 37
Octal 271 75 332 17 110 0 17 437 104 67
Binary 10111001 111101 11011010 1111 1001000 0 1111 100011111 1000100 110111

Color Harmonies of #B93DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93DDA

Black with #B93DDA

Text Example


Text Example

White with #B93DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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