Html Css Color HEX #BF4CCC Medium Orchid

📋 copy color: '#BF4CCC'

red 191 ◦ green 76 ◦ blue 204

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

Shades of Medium Orchid #BF4CCC

Tints of Medium Orchid #BF4CCC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.14%

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

R = 40.55%
G = 16.14%
B = 43.31%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF4CCC (or 0xBF4CCC) is known color: Medium Orchid. HEX triplet: BF, 4C and CC. RGB value is (191,76,204). Sum of RGB (Red+Green+Blue) = 191+76+204=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF4CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4CCC is #40B333. Grayscale: #7C7C7C. Windows color (decimal): -4240180 or 13388991. OLE color: 13388991.

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

Color convert

RGB 191 76 204 -
CMYK 0.06 0.63 0 0.2
HSL 293.91º 0.56% 0.55% -
HSV(B) 293.91º 0.63% 0.8% -
XYZ 34.97 20.6 59.26 -
YUV 124.98 172.6 175.09 -
System Red Green Blue C M Y K H S L
Decimal 191 76 204 0.06 0.63 0 0.2 293.91 0.56 0.55
Hex BF 4C CC 6 3F 0 14 126 38 37
Octal 277 114 314 6 77 0 24 446 70 67
Binary 10111111 1001100 11001100 110 111111 0 10100 100100110 111000 110111

Color Harmonies of #BF4CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4CCC

Black with #BF4CCC

Text Example


Text Example

White with #BF4CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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