Html Css Color HEX #BF42D6 Medium Orchid

📋 copy color: '#BF42D6'

red 191 ◦ green 66 ◦ blue 214

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

Shades of Medium Orchid #BF42D6

Tints of Medium Orchid #BF42D6

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.01%

 BLUE value IS 214 (83.98% from 255) = 45.44%

R = 40.55%
G = 14.01%
B = 45.44%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF42D6 (or 0xBF42D6) is known color: Medium Orchid. HEX triplet: BF, 42 and D6. RGB value is (191,66,214). Sum of RGB (Red+Green+Blue) = 191+66+214=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 66 (26.17% from 255 or 14.01% from 471); Blue value is 214 (83.98% from 255 or 45.44% from 471); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF42D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF42D6 is #40BD29. Grayscale: #777777. Windows color (decimal): -4242730 or 14041791. OLE color: 14041791.

HSL color Cylindrical-coordinate representation of color #BF42D6: hue angle of 290.68º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF42D6 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 66 214 -
CMYK 0.11 0.69 0 0.16
HSL 290.68º 0.64% 0.55% -
HSV(B) 290.68º 0.69% 0.84% -
XYZ 35.57 19.83 65.57 -
YUV 120.25 180.91 178.47 -
System Red Green Blue C M Y K H S L
Decimal 191 66 214 0.11 0.69 0 0.16 290.68 0.64 0.55
Hex BF 42 D6 B 45 0 10 123 40 37
Octal 277 102 326 13 105 0 20 443 100 67
Binary 10111111 1000010 11010110 1011 1000101 0 10000 100100011 1000000 110111

Color Harmonies of #BF42D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF42D6

Black with #BF42D6

Text Example


Text Example

White with #BF42D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF42D6; }

 p { color: rgb(191,66,214); }

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

background-color css

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

 a { background-color: rgb(191,66,214); }

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

border-color css

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

 span { border-color: rgb(191,66,214); }

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