Html Css Color HEX #BF54DD Medium Orchid

📋 copy color: '#BF54DD'

red 191 ◦ green 84 ◦ blue 221

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

Shades of Medium Orchid #BF54DD

Tints of Medium Orchid #BF54DD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.94%

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

R = 38.51%
G = 16.94%
B = 44.56%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF54DD (or 0xBF54DD) is known color: Medium Orchid. HEX triplet: BF, 54 and DD. RGB value is (191,84,221). Sum of RGB (Red+Green+Blue) = 191+84+221=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 84 (33.20% from 255 or 16.94% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF54DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF54DD is #40AB22. Grayscale: #838383. Windows color (decimal): -4238115 or 14505151. OLE color: 14505151.

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

Color convert

RGB 191 84 221 -
CMYK 0.14 0.62 0 0.13
HSL 286.86º 0.67% 0.6% -
HSV(B) 286.86º 0.62% 0.87% -
XYZ 37.71 22.64 70.79 -
YUV 131.61 178.45 170.36 -
System Red Green Blue C M Y K H S L
Decimal 191 84 221 0.14 0.62 0 0.13 286.86 0.67 0.6
Hex BF 54 DD E 3E 0 D 11F 43 3C
Octal 277 124 335 16 76 0 15 437 103 74
Binary 10111111 1010100 11011101 1110 111110 0 1101 100011111 1000011 111100

Color Harmonies of #BF54DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF54DD

Black with #BF54DD

Text Example


Text Example

White with #BF54DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF54DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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