Html Css Color HEX #BF4BDC Medium Orchid

📋 copy color: '#BF4BDC'

red 191 ◦ green 75 ◦ blue 220

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

Shades of Medium Orchid #BF4BDC

Tints of Medium Orchid #BF4BDC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.43%

 BLUE value IS 220 (86.33% from 255) = 45.27%

R = 39.3%
G = 15.43%
B = 45.27%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF4BDC (or 0xBF4BDC) is known color: Medium Orchid. HEX triplet: BF, 4B and DC. RGB value is (191,75,220). Sum of RGB (Red+Green+Blue) = 191+75+220=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 75 (29.69% from 255 or 15.43% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF4BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4BDC is #40B423. Grayscale: #7D7D7D. Windows color (decimal): -4240420 or 14437311. OLE color: 14437311.

HSL color Cylindrical-coordinate representation of color #BF4BDC: hue angle of 288º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4BDC is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 75 220 -
CMYK 0.13 0.66 0 0.14
HSL 288º 0.67% 0.58% -
HSV(B) 288º 0.66% 0.86% -
XYZ 36.92 21.28 69.87 -
YUV 126.21 180.93 174.21 -
System Red Green Blue C M Y K H S L
Decimal 191 75 220 0.13 0.66 0 0.14 288 0.67 0.58
Hex BF 4B DC D 42 0 E 120 43 3A
Octal 277 113 334 15 102 0 16 440 103 72
Binary 10111111 1001011 11011100 1101 1000010 0 1110 100100000 1000011 111010

Color Harmonies of #BF4BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4BDC

Black with #BF4BDC

Text Example


Text Example

White with #BF4BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4BDC; }

 p { color: rgb(191,75,220); }

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

background-color css

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

 a { background-color: rgb(191,75,220); }

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

border-color css

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

 span { border-color: rgb(191,75,220); }

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