Html Css Color HEX #BF3ACD Medium Orchid

📋 copy color: '#BF3ACD'

red 191 ◦ green 58 ◦ blue 205

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

Shades of Medium Orchid #BF3ACD

Tints of Medium Orchid #BF3ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.78%

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

R = 42.07%
G = 12.78%
B = 45.15%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF3ACD (or 0xBF3ACD) is known color: Medium Orchid. HEX triplet: BF, 3A and CD. RGB value is (191,58,205). Sum of RGB (Red+Green+Blue) = 191+58+205=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF3ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3ACD is #40C532. Grayscale: #727272. Windows color (decimal): -4244787 or 13449919. OLE color: 13449919.

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

Color convert

RGB 191 58 205 -
CMYK 0.07 0.72 0 0.20
HSL 294.29º 0.6% 0.52% -
HSV(B) 294.29º 0.72% 0.8% -
XYZ 34.02 18.51 59.54 -
YUV 114.53 179.06 182.55 -
System Red Green Blue C M Y K H S L
Decimal 191 58 205 0.07 0.72 0 0.20 294.29 0.6 0.52
Hex BF 3A CD 7 48 0 14 126 3C 34
Octal 277 72 315 7 110 0 24 446 74 64
Binary 10111111 111010 11001101 111 1001000 0 10100 100100110 111100 110100

Color Harmonies of #BF3ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3ACD

Black with #BF3ACD

Text Example


Text Example

White with #BF3ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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