Html Css Color HEX #BD41F6 Medium Orchid

📋 copy color: '#BD41F6'

red 189 ◦ green 65 ◦ blue 246

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

Shades of Medium Orchid #BD41F6

Tints of Medium Orchid #BD41F6

RGB

 RED value IS 189 (74.22% from 255) = 37.8%

 GREEN value IS 65 (25.78% from 255) = 13%

 BLUE value IS 246 (96.48% from 255) = 49.2%

R = 37.8%
G = 13%
B = 49.2%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BD41F6 (or 0xBD41F6) is known color: Medium Orchid. HEX triplet: BD, 41 and F6. RGB value is (189,65,246). Sum of RGB (Red+Green+Blue) = 189+65+246=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 65 (25.78% from 255 or 13% from 500); Blue value is 246 (96.48% from 255 or 49.2% from 500); Max value from RGB is 246 - color contains mainly: blue. Hex color #BD41F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD41F6 is #42BE09. Grayscale: #7A7A7A. Windows color (decimal): -4374026 or 16138685. OLE color: 16138685.

HSL color Cylindrical-coordinate representation of color #BD41F6: hue angle of 281.1º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD41F6 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 65 246 -
CMYK 0.23 0.74 0 0.04
HSL 281.11º 0.91% 0.61% -
HSV(B) 281.11º 0.74% 0.96% -
XYZ 39.51 21.25 89.21 -
YUV 122.71 197.58 175.28 -
System Red Green Blue C M Y K H S L
Decimal 189 65 246 0.23 0.74 0 0.04 281.11 0.91 0.61
Hex BD 41 F6 17 4A 0 4 119 5B 3D
Octal 275 101 366 27 112 0 4 431 133 75
Binary 10111101 1000001 11110110 10111 1001010 0 100 100011001 1011011 111101

Color Harmonies of #BD41F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD41F6

Black with #BD41F6

Text Example


Text Example

White with #BD41F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD41F6; }

 p { color: rgb(189,65,246); }

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

background-color css

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

 a { background-color: rgb(189,65,246); }

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

border-color css

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

 span { border-color: rgb(189,65,246); }

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