Html Css Color HEX #BF30DB Medium Orchid

📋 copy color: '#BF30DB'

red 191 ◦ green 48 ◦ blue 219

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

Shades of Medium Orchid #BF30DB

Tints of Medium Orchid #BF30DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.82%

R = 41.7%
G = 10.48%
B = 47.82%

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

#BF30DB (or 0xBF30DB) is known color: Medium Orchid. HEX triplet: BF, 30 and DB. RGB value is (191,48,219). Sum of RGB (Red+Green+Blue) = 191+48+219=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF30DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF30DB is #40CF24. Grayscale: #6D6D6D. Windows color (decimal): -4247333 or 14364863. OLE color: 14364863.

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

Color convert

RGB 191 48 219 -
CMYK 0.13 0.78 0 0.14
HSL 290.18º 0.7% 0.52% -
HSV(B) 290.18º 0.78% 0.86% -
XYZ 35.33 18.3 68.69 -
YUV 110.25 189.38 185.6 -
System Red Green Blue C M Y K H S L
Decimal 191 48 219 0.13 0.78 0 0.14 290.18 0.7 0.52
Hex BF 30 DB D 4E 0 E 122 46 34
Octal 277 60 333 15 116 0 16 442 106 64
Binary 10111111 110000 11011011 1101 1001110 0 1110 100100010 1000110 110100

Color Harmonies of #BF30DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF30DB

Black with #BF30DB

Text Example


Text Example

White with #BF30DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF30DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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