Html Css Color HEX #BF5ACD Medium Orchid

📋 copy color: '#BF5ACD'

red 191 ◦ green 90 ◦ blue 205

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

Shades of Medium Orchid #BF5ACD

Tints of Medium Orchid #BF5ACD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.52%

 BLUE value IS 205 (80.47% from 255) = 42.18%

R = 39.3%
G = 18.52%
B = 42.18%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF5ACD (or 0xBF5ACD) is known color: Medium Orchid. HEX triplet: BF, 5A and CD. RGB value is (191,90,205). Sum of RGB (Red+Green+Blue) = 191+90+205=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF5ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5ACD is #40A532. Grayscale: #848484. Windows color (decimal): -4236595 or 13458111. OLE color: 13458111.

HSL color Cylindrical-coordinate representation of color #BF5ACD: hue angle of 292.7º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF5ACD is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 90 205 -
CMYK 0.07 0.56 0 0.20
HSL 292.7º 0.53% 0.58% -
HSV(B) 292.7º 0.56% 0.8% -
XYZ 36.16 22.8 60.25 -
YUV 133.31 168.46 169.15 -
System Red Green Blue C M Y K H S L
Decimal 191 90 205 0.07 0.56 0 0.20 292.7 0.53 0.58
Hex BF 5A CD 7 38 0 14 125 35 3A
Octal 277 132 315 7 70 0 24 445 65 72
Binary 10111111 1011010 11001101 111 111000 0 10100 100100101 110101 111010

Color Harmonies of #BF5ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5ACD

Black with #BF5ACD

Text Example


Text Example

White with #BF5ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5ACD; }

 p { color: rgb(191,90,205); }

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

background-color css

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

 a { background-color: rgb(191,90,205); }

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

border-color css

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

 span { border-color: rgb(191,90,205); }

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