Html Css Color HEX #BF33DF Medium Orchid

📋 copy color: '#BF33DF'

red 191 ◦ green 51 ◦ blue 223

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

Shades of Medium Orchid #BF33DF

Tints of Medium Orchid #BF33DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.96%

R = 41.08%
G = 10.97%
B = 47.96%

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

#BF33DF (or 0xBF33DF) is known color: Medium Orchid. HEX triplet: BF, 33 and DF. RGB value is (191,51,223). Sum of RGB (Red+Green+Blue) = 191+51+223=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 51 (20.31% from 255 or 10.97% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF33DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF33DF is #40CC20. Grayscale: #6F6F6F. Windows color (decimal): -4246561 or 14627775. OLE color: 14627775.

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

Color convert

RGB 191 51 223 -
CMYK 0.14 0.77 0 0.13
HSL 288.84º 0.73% 0.54% -
HSV(B) 288.84º 0.77% 0.87% -
XYZ 35.99 18.77 71.54 -
YUV 112.47 190.38 184.01 -
System Red Green Blue C M Y K H S L
Decimal 191 51 223 0.14 0.77 0 0.13 288.84 0.73 0.54
Hex BF 33 DF E 4D 0 D 121 49 36
Octal 277 63 337 16 115 0 15 441 111 66
Binary 10111111 110011 11011111 1110 1001101 0 1101 100100001 1001001 110110

Color Harmonies of #BF33DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF33DF

Black with #BF33DF

Text Example


Text Example

White with #BF33DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF33DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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