Html Css Color HEX #BF30DD Medium Orchid

📋 copy color: '#BF30DD'

red 191 ◦ green 48 ◦ blue 221

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

Shades of Medium Orchid #BF30DD

Tints of Medium Orchid #BF30DD

RGB

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

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

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

R = 41.52%
G = 10.43%
B = 48.04%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF30DD (or 0xBF30DD) is known color: Medium Orchid. HEX triplet: BF, 30 and DD. RGB value is (191,48,221). Sum of RGB (Red+Green+Blue) = 191+48+221=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 48 (19.14% from 255 or 10.43% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF30DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF30DD is #40CF22. Grayscale: #6D6D6D. Windows color (decimal): -4247331 or 14495935. OLE color: 14495935.

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

Color convert

RGB 191 48 221 -
CMYK 0.14 0.78 0 0.13
HSL 289.6º 0.72% 0.53% -
HSV(B) 289.6º 0.78% 0.87% -
XYZ 35.59 18.41 70.08 -
YUV 110.48 190.38 185.43 -
System Red Green Blue C M Y K H S L
Decimal 191 48 221 0.14 0.78 0 0.13 289.6 0.72 0.53
Hex BF 30 DD E 4E 0 D 122 48 35
Octal 277 60 335 16 116 0 15 442 110 65
Binary 10111111 110000 11011101 1110 1001110 0 1101 100100010 1001000 110101

Color Harmonies of #BF30DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF30DD

Black with #BF30DD

Text Example


Text Example

White with #BF30DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF30DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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