Html Css Color HEX #BF42D0 Medium Orchid

📋 copy color: '#BF42D0'

red 191 ◦ green 66 ◦ blue 208

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

Shades of Medium Orchid #BF42D0

Tints of Medium Orchid #BF42D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.73%

R = 41.08%
G = 14.19%
B = 44.73%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF42D0 (or 0xBF42D0) is known color: Medium Orchid. HEX triplet: BF, 42 and D0. RGB value is (191,66,208). Sum of RGB (Red+Green+Blue) = 191+66+208=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF42D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF42D0 is #40BD2F. Grayscale: #777777. Windows color (decimal): -4242736 or 13648575. OLE color: 13648575.

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

Color convert

RGB 191 66 208 -
CMYK 0.08 0.68 0 0.18
HSL 292.82º 0.6% 0.54% -
HSV(B) 292.82º 0.68% 0.82% -
XYZ 34.82 19.53 61.61 -
YUV 119.56 177.91 178.95 -
System Red Green Blue C M Y K H S L
Decimal 191 66 208 0.08 0.68 0 0.18 292.82 0.6 0.54
Hex BF 42 D0 8 44 0 12 125 3C 36
Octal 277 102 320 10 104 0 22 445 74 66
Binary 10111111 1000010 11010000 1000 1000100 0 10010 100100101 111100 110110

Color Harmonies of #BF42D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF42D0

Black with #BF42D0

Text Example


Text Example

White with #BF42D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF42D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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