Html Css Color HEX #BF33DD Medium Orchid

📋 copy color: '#BF33DD'

red 191 ◦ green 51 ◦ blue 221

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

Shades of Medium Orchid #BF33DD

Tints of Medium Orchid #BF33DD

RGB

 RED value IS 191 (75% from 255) = 41.25%

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

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

R = 41.25%
G = 11.02%
B = 47.73%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF33DD (or 0xBF33DD) is known color: Medium Orchid. HEX triplet: BF, 33 and DD. RGB value is (191,51,221). Sum of RGB (Red+Green+Blue) = 191+51+221=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 51 (20.31% from 255 or 11.02% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF33DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF33DD is #40CC22. Grayscale: #6F6F6F. Windows color (decimal): -4246563 or 14496703. OLE color: 14496703.

HSL color Cylindrical-coordinate representation of color #BF33DD: hue angle of 289.41º 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 #BF33DD is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 51 221 -
CMYK 0.14 0.77 0 0.13
HSL 289.41º 0.71% 0.53% -
HSV(B) 289.41º 0.77% 0.87% -
XYZ 35.72 18.66 70.13 -
YUV 112.24 189.38 184.18 -
System Red Green Blue C M Y K H S L
Decimal 191 51 221 0.14 0.77 0 0.13 289.41 0.71 0.53
Hex BF 33 DD E 4D 0 D 121 47 35
Octal 277 63 335 16 115 0 15 441 107 65
Binary 10111111 110011 11011101 1110 1001101 0 1101 100100001 1000111 110101

Color Harmonies of #BF33DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF33DD

Black with #BF33DD

Text Example


Text Example

White with #BF33DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF33DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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