Html Css Color HEX #BF3DCD Medium Orchid

📋 copy color: '#BF3DCD'

red 191 ◦ green 61 ◦ blue 205

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

Shades of Medium Orchid #BF3DCD

Tints of Medium Orchid #BF3DCD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.35%

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

R = 41.79%
G = 13.35%
B = 44.86%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF3DCD (or 0xBF3DCD) is known color: Medium Orchid. HEX triplet: BF, 3D and CD. RGB value is (191,61,205). Sum of RGB (Red+Green+Blue) = 191+61+205=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 61 (24.22% from 255 or 13.35% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF3DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3DCD is #40C232. Grayscale: #737373. Windows color (decimal): -4244019 or 13450687. OLE color: 13450687.

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

Color convert

RGB 191 61 205 -
CMYK 0.07 0.70 0 0.20
HSL 294.17º 0.59% 0.52% -
HSV(B) 294.17º 0.7% 0.8% -
XYZ 34.17 18.82 59.59 -
YUV 116.29 178.07 181.29 -
System Red Green Blue C M Y K H S L
Decimal 191 61 205 0.07 0.70 0 0.20 294.17 0.59 0.52
Hex BF 3D CD 7 46 0 14 126 3B 34
Octal 277 75 315 7 106 0 24 446 73 64
Binary 10111111 111101 11001101 111 1000110 0 10100 100100110 111011 110100

Color Harmonies of #BF3DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3DCD

Black with #BF3DCD

Text Example


Text Example

White with #BF3DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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