Html Css Color HEX #B733DD Medium Orchid

📋 copy color: '#B733DD'

red 183 ◦ green 51 ◦ blue 221

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

Shades of Medium Orchid #B733DD

Tints of Medium Orchid #B733DD

RGB

 RED value IS 183 (71.88% from 255) = 40.22%

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

 BLUE value IS 221 (86.72% from 255) = 48.57%

R = 40.22%
G = 11.21%
B = 48.57%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B733DD (or 0xB733DD) is known color: Medium Orchid. HEX triplet: B7, 33 and DD. RGB value is (183,51,221). Sum of RGB (Red+Green+Blue) = 183+51+221=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 51 (20.31% from 255 or 11.21% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #B733DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B733DD is #48CC22. Grayscale: #6D6D6D. Windows color (decimal): -4770851 or 14496695. OLE color: 14496695.

HSL color Cylindrical-coordinate representation of color #B733DD: hue angle of 286.59º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B733DD is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 51 221 -
CMYK 0.17 0.77 0 0.13
HSL 286.59º 0.71% 0.53% -
HSV(B) 286.59º 0.77% 0.87% -
XYZ 33.76 17.66 70.03 -
YUV 109.85 190.73 180.18 -
System Red Green Blue C M Y K H S L
Decimal 183 51 221 0.17 0.77 0 0.13 286.59 0.71 0.53
Hex B7 33 DD 11 4D 0 D 11F 47 35
Octal 267 63 335 21 115 0 15 437 107 65
Binary 10110111 110011 11011101 10001 1001101 0 1101 100011111 1000111 110101

Color Harmonies of #B733DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B733DD

Black with #B733DD

Text Example


Text Example

White with #B733DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B733DD; }

 p { color: rgb(183,51,221); }

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

background-color css

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

 a { background-color: rgb(183,51,221); }

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

border-color css

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

 span { border-color: rgb(183,51,221); }

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