Html Css Color HEX #BF4DCC Medium Orchid

📋 copy color: '#BF4DCC'

red 191 ◦ green 77 ◦ blue 204

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

Shades of Medium Orchid #BF4DCC

Tints of Medium Orchid #BF4DCC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.31%

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 40.47%
G = 16.31%
B = 43.22%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF4DCC (or 0xBF4DCC) is known color: Medium Orchid. HEX triplet: BF, 4D and CC. RGB value is (191,77,204). Sum of RGB (Red+Green+Blue) = 191+77+204=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF4DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4DCC is #40B233. Grayscale: #7D7D7D. Windows color (decimal): -4239924 or 13389247. OLE color: 13389247.

HSL color Cylindrical-coordinate representation of color #BF4DCC: hue angle of 293.86º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF4DCC is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 77 204 -
CMYK 0.06 0.62 0 0.2
HSL 293.86º 0.55% 0.55% -
HSV(B) 293.86º 0.62% 0.8% -
XYZ 35.04 20.74 59.28 -
YUV 125.56 172.27 174.67 -
System Red Green Blue C M Y K H S L
Decimal 191 77 204 0.06 0.62 0 0.2 293.86 0.55 0.55
Hex BF 4D CC 6 3E 0 14 126 37 37
Octal 277 115 314 6 76 0 24 446 67 67
Binary 10111111 1001101 11001100 110 111110 0 10100 100100110 110111 110111

Color Harmonies of #BF4DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4DCC

Black with #BF4DCC

Text Example


Text Example

White with #BF4DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4DCC; }

 p { color: rgb(191,77,204); }

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

background-color css

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

 a { background-color: rgb(191,77,204); }

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

border-color css

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

 span { border-color: rgb(191,77,204); }

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