Html Css Color HEX #BF5FDD Medium Orchid

📋 copy color: '#BF5FDD'

red 191 ◦ green 95 ◦ blue 221

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

Shades of Medium Orchid #BF5FDD

Tints of Medium Orchid #BF5FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.74%

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

R = 37.67%
G = 18.74%
B = 43.59%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF5FDD (or 0xBF5FDD) is known color: Medium Orchid. HEX triplet: BF, 5F and DD. RGB value is (191,95,221). Sum of RGB (Red+Green+Blue) = 191+95+221=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF5FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5FDD is #40A022. Grayscale: #898989. Windows color (decimal): -4235299 or 14507967. OLE color: 14507967.

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

Color convert

RGB 191 95 221 -
CMYK 0.14 0.57 0 0.13
HSL 285.71º 0.65% 0.62% -
HSV(B) 285.71º 0.57% 0.87% -
XYZ 38.63 24.48 71.1 -
YUV 138.07 174.8 165.75 -
System Red Green Blue C M Y K H S L
Decimal 191 95 221 0.14 0.57 0 0.13 285.71 0.65 0.62
Hex BF 5F DD E 39 0 D 11E 41 3E
Octal 277 137 335 16 71 0 15 436 101 76
Binary 10111111 1011111 11011101 1110 111001 0 1101 100011110 1000001 111110

Color Harmonies of #BF5FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5FDD

Black with #BF5FDD

Text Example


Text Example

White with #BF5FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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