Html Css Color HEX #B93FDA Medium Orchid

📋 copy color: '#B93FDA'

red 185 ◦ green 63 ◦ blue 218

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

Shades of Medium Orchid #B93FDA

Tints of Medium Orchid #B93FDA

RGB

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

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

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

R = 39.7%
G = 13.52%
B = 46.78%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B93FDA (or 0xB93FDA) is known color: Medium Orchid. HEX triplet: B9, 3F and DA. RGB value is (185,63,218). Sum of RGB (Red+Green+Blue) = 185+63+218=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #B93FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93FDA is #46C025. Grayscale: #747474. Windows color (decimal): -4636710 or 14303161. OLE color: 14303161.

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

Color convert

RGB 185 63 218 -
CMYK 0.15 0.71 0 0.15
HSL 287.23º 0.68% 0.55% -
HSV(B) 287.23º 0.71% 0.85% -
XYZ 34.44 18.93 68.17 -
YUV 117.15 184.92 176.4 -
System Red Green Blue C M Y K H S L
Decimal 185 63 218 0.15 0.71 0 0.15 287.23 0.68 0.55
Hex B9 3F DA F 47 0 F 11F 44 37
Octal 271 77 332 17 107 0 17 437 104 67
Binary 10111001 111111 11011010 1111 1000111 0 1111 100011111 1000100 110111

Color Harmonies of #B93FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93FDA

Black with #B93FDA

Text Example


Text Example

White with #B93FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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