Html Css Color HEX #BD41EA Medium Orchid

📋 copy color: '#BD41EA'

red 189 ◦ green 65 ◦ blue 234

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

Shades of Medium Orchid #BD41EA

Tints of Medium Orchid #BD41EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.95%

R = 38.73%
G = 13.32%
B = 47.95%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD41EA (or 0xBD41EA) is known color: Medium Orchid. HEX triplet: BD, 41 and EA. RGB value is (189,65,234). Sum of RGB (Red+Green+Blue) = 189+65+234=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD41EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD41EA is #42BE15. Grayscale: #787878. Windows color (decimal): -4374038 or 15352253. OLE color: 15352253.

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

Color convert

RGB 189 65 234 -
CMYK 0.19 0.72 0 0.08
HSL 284.02º 0.8% 0.59% -
HSV(B) 284.02º 0.72% 0.92% -
XYZ 37.73 20.54 79.82 -
YUV 121.34 191.58 176.26 -
System Red Green Blue C M Y K H S L
Decimal 189 65 234 0.19 0.72 0 0.08 284.02 0.8 0.59
Hex BD 41 EA 13 48 0 8 11C 50 3B
Octal 275 101 352 23 110 0 10 434 120 73
Binary 10111101 1000001 11101010 10011 1001000 0 1000 100011100 1010000 111011

Color Harmonies of #BD41EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD41EA

Black with #BD41EA

Text Example


Text Example

White with #BD41EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD41EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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