Html Css Color HEX #BF4CDA Medium Orchid

📋 copy color: '#BF4CDA'

red 191 ◦ green 76 ◦ blue 218

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

Shades of Medium Orchid #BF4CDA

Tints of Medium Orchid #BF4CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 39.38%
G = 15.67%
B = 44.95%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF4CDA (or 0xBF4CDA) is known color: Medium Orchid. HEX triplet: BF, 4C and DA. RGB value is (191,76,218). Sum of RGB (Red+Green+Blue) = 191+76+218=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF4CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4CDA is #40B325. Grayscale: #7E7E7E. Windows color (decimal): -4240166 or 14306495. OLE color: 14306495.

HSL color Cylindrical-coordinate representation of color #BF4CDA: hue angle of 288.59º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4CDA is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 76 218 -
CMYK 0.12 0.65 0 0.15
HSL 288.59º 0.66% 0.58% -
HSV(B) 288.59º 0.65% 0.85% -
XYZ 36.73 21.31 68.51 -
YUV 126.57 179.6 173.95 -
System Red Green Blue C M Y K H S L
Decimal 191 76 218 0.12 0.65 0 0.15 288.59 0.66 0.58
Hex BF 4C DA C 41 0 F 121 42 3A
Octal 277 114 332 14 101 0 17 441 102 72
Binary 10111111 1001100 11011010 1100 1000001 0 1111 100100001 1000010 111010

Color Harmonies of #BF4CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4CDA

Black with #BF4CDA

Text Example


Text Example

White with #BF4CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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