Html Css Color HEX #BF43CF Medium Orchid

📋 copy color: '#BF43CF'

red 191 ◦ green 67 ◦ blue 207

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

Shades of Medium Orchid #BF43CF

Tints of Medium Orchid #BF43CF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.41%

 BLUE value IS 207 (81.25% from 255) = 44.52%

R = 41.08%
G = 14.41%
B = 44.52%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF43CF (or 0xBF43CF) is known color: Medium Orchid. HEX triplet: BF, 43 and CF. RGB value is (191,67,207). Sum of RGB (Red+Green+Blue) = 191+67+207=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 67 (26.56% from 255 or 14.41% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF43CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF43CF is #40BC30. Grayscale: #777777. Windows color (decimal): -4242481 or 13583295. OLE color: 13583295.

HSL color Cylindrical-coordinate representation of color #BF43CF: hue angle of 293.14º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF43CF is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 67 207 -
CMYK 0.08 0.68 0 0.19
HSL 293.14º 0.59% 0.54% -
HSV(B) 293.14º 0.68% 0.81% -
XYZ 34.76 19.6 60.98 -
YUV 120.04 177.08 178.62 -
System Red Green Blue C M Y K H S L
Decimal 191 67 207 0.08 0.68 0 0.19 293.14 0.59 0.54
Hex BF 43 CF 8 44 0 13 125 3B 36
Octal 277 103 317 10 104 0 23 445 73 66
Binary 10111111 1000011 11001111 1000 1000100 0 10011 100100101 111011 110110

Color Harmonies of #BF43CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF43CF

Black with #BF43CF

Text Example


Text Example

White with #BF43CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF43CF; }

 p { color: rgb(191,67,207); }

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

background-color css

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

 a { background-color: rgb(191,67,207); }

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

border-color css

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

 span { border-color: rgb(191,67,207); }

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