Html Css Color HEX #BF30DC Medium Orchid

📋 copy color: '#BF30DC'

red 191 ◦ green 48 ◦ blue 220

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

Shades of Medium Orchid #BF30DC

Tints of Medium Orchid #BF30DC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.46%

 BLUE value IS 220 (86.33% from 255) = 47.93%

R = 41.61%
G = 10.46%
B = 47.93%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF30DC (or 0xBF30DC) is known color: Medium Orchid. HEX triplet: BF, 30 and DC. RGB value is (191,48,220). Sum of RGB (Red+Green+Blue) = 191+48+220=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF30DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF30DC is #40CF23. Grayscale: #6D6D6D. Windows color (decimal): -4247332 or 14430399. OLE color: 14430399.

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

Color convert

RGB 191 48 220 -
CMYK 0.13 0.78 0 0.14
HSL 289.88º 0.71% 0.53% -
HSV(B) 289.88º 0.78% 0.86% -
XYZ 35.46 18.36 69.38 -
YUV 110.37 189.88 185.51 -
System Red Green Blue C M Y K H S L
Decimal 191 48 220 0.13 0.78 0 0.14 289.88 0.71 0.53
Hex BF 30 DC D 4E 0 E 122 47 35
Octal 277 60 334 15 116 0 16 442 107 65
Binary 10111111 110000 11011100 1101 1001110 0 1110 100100010 1000111 110101

Color Harmonies of #BF30DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF30DC

Black with #BF30DC

Text Example


Text Example

White with #BF30DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF30DC; }

 p { color: rgb(191,48,220); }

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

background-color css

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

 a { background-color: rgb(191,48,220); }

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

border-color css

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

 span { border-color: rgb(191,48,220); }

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