Html Css Color HEX #B933D8 Medium Orchid

📋 copy color: '#B933D8'

red 185 ◦ green 51 ◦ blue 216

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

Shades of Medium Orchid #B933D8

Tints of Medium Orchid #B933D8

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.28%

 BLUE value IS 216 (84.77% from 255) = 47.79%

R = 40.93%
G = 11.28%
B = 47.79%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B933D8 (or 0xB933D8) is known color: Medium Orchid. HEX triplet: B9, 33 and D8. RGB value is (185,51,216). Sum of RGB (Red+Green+Blue) = 185+51+216=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 51 (20.31% from 255 or 11.28% from 452); Blue value is 216 (84.77% from 255 or 47.79% from 452); Max value from RGB is 216 - color contains mainly: blue. Hex color #B933D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B933D8 is #46CC27. Grayscale: #6D6D6D. Windows color (decimal): -4639784 or 14169017. OLE color: 14169017.

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

Color convert

RGB 185 51 216 -
CMYK 0.14 0.76 0 0.15
HSL 288.73º 0.68% 0.52% -
HSV(B) 288.73º 0.76% 0.85% -
XYZ 33.59 17.64 66.6 -
YUV 109.88 187.89 181.58 -
System Red Green Blue C M Y K H S L
Decimal 185 51 216 0.14 0.76 0 0.15 288.73 0.68 0.52
Hex B9 33 D8 E 4C 0 F 121 44 34
Octal 271 63 330 16 114 0 17 441 104 64
Binary 10111001 110011 11011000 1110 1001100 0 1111 100100001 1000100 110100

Color Harmonies of #B933D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B933D8

Black with #B933D8

Text Example


Text Example

White with #B933D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B933D8; }

 p { color: rgb(185,51,216); }

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

background-color css

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

 a { background-color: rgb(185,51,216); }

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

border-color css

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

 span { border-color: rgb(185,51,216); }

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