Html Css Color HEX #BF43DA Medium Orchid

📋 copy color: '#BF43DA'

red 191 ◦ green 67 ◦ blue 218

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

Shades of Medium Orchid #BF43DA

Tints of Medium Orchid #BF43DA

RGB

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

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

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

R = 40.13%
G = 14.08%
B = 45.8%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF43DA (or 0xBF43DA) is known color: Medium Orchid. HEX triplet: BF, 43 and DA. RGB value is (191,67,218). Sum of RGB (Red+Green+Blue) = 191+67+218=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 67 (26.56% from 255 or 14.08% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF43DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF43DA is #40BC25. Grayscale: #787878. Windows color (decimal): -4242470 or 14304191. OLE color: 14304191.

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

Color convert

RGB 191 67 218 -
CMYK 0.12 0.69 0 0.15
HSL 289.27º 0.67% 0.56% -
HSV(B) 289.27º 0.69% 0.85% -
XYZ 36.15 20.15 68.31 -
YUV 121.29 182.58 177.72 -
System Red Green Blue C M Y K H S L
Decimal 191 67 218 0.12 0.69 0 0.15 289.27 0.67 0.56
Hex BF 43 DA C 45 0 F 121 43 38
Octal 277 103 332 14 105 0 17 441 103 70
Binary 10111111 1000011 11011010 1100 1000101 0 1111 100100001 1000011 111000

Color Harmonies of #BF43DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF43DA

Black with #BF43DA

Text Example


Text Example

White with #BF43DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF43DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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