Html Css Color HEX #BD61EA Medium Orchid

📋 copy color: '#BD61EA'

red 189 ◦ green 97 ◦ blue 234

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

Shades of Medium Orchid #BD61EA

Tints of Medium Orchid #BD61EA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.65%

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

R = 36.35%
G = 18.65%
B = 45%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD61EA (or 0xBD61EA) is known color: Medium Orchid. HEX triplet: BD, 61 and EA. RGB value is (189,97,234). Sum of RGB (Red+Green+Blue) = 189+97+234=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 97 (38.28% from 255 or 18.65% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD61EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD61EA is #429E15. Grayscale: #8B8B8B. Windows color (decimal): -4365846 or 15360445. OLE color: 15360445.

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

Color convert

RGB 189 97 234 -
CMYK 0.19 0.59 0 0.08
HSL 280.29º 0.77% 0.65% -
HSV(B) 280.29º 0.59% 0.92% -
XYZ 40.11 25.31 80.61 -
YUV 140.13 180.98 162.86 -
System Red Green Blue C M Y K H S L
Decimal 189 97 234 0.19 0.59 0 0.08 280.29 0.77 0.65
Hex BD 61 EA 13 3B 0 8 118 4D 41
Octal 275 141 352 23 73 0 10 430 115 101
Binary 10111101 1100001 11101010 10011 111011 0 1000 100011000 1001101 1000001

Color Harmonies of #BD61EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD61EA

Black with #BD61EA

Text Example


Text Example

White with #BD61EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD61EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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