Html Css Color HEX #B933D0 Medium Orchid

📋 copy color: '#B933D0'

red 185 ◦ green 51 ◦ blue 208

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

Shades of Medium Orchid #B933D0

Tints of Medium Orchid #B933D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.85%

R = 41.67%
G = 11.49%
B = 46.85%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B933D0 (or 0xB933D0) is known color: Medium Orchid. HEX triplet: B9, 33 and D0. RGB value is (185,51,208). Sum of RGB (Red+Green+Blue) = 185+51+208=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 51 (20.31% from 255 or 11.49% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 208 - color contains mainly: blue. Hex color #B933D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B933D0 is #46CC2F. Grayscale: #6C6C6C. Windows color (decimal): -4639792 or 13644729. OLE color: 13644729.

HSL color Cylindrical-coordinate representation of color #B933D0: hue angle of 291.21º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B933D0 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 51 208 -
CMYK 0.11 0.75 0 0.18
HSL 291.21º 0.63% 0.51% -
HSV(B) 291.21º 0.75% 0.82% -
XYZ 32.58 17.24 61.28 -
YUV 108.96 183.89 182.23 -
System Red Green Blue C M Y K H S L
Decimal 185 51 208 0.11 0.75 0 0.18 291.21 0.63 0.51
Hex B9 33 D0 B 4B 0 12 123 3F 33
Octal 271 63 320 13 113 0 22 443 77 63
Binary 10111001 110011 11010000 1011 1001011 0 10010 100100011 111111 110011

Color Harmonies of #B933D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B933D0

Black with #B933D0

Text Example


Text Example

White with #B933D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B933D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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