Html Css Color HEX #BD72E6 Medium Orchid

📋 copy color: '#BD72E6'

red 189 ◦ green 114 ◦ blue 230

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

Shades of Medium Orchid #BD72E6

Tints of Medium Orchid #BD72E6

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.39%

 BLUE value IS 230 (90.23% from 255) = 43.15%

R = 35.46%
G = 21.39%
B = 43.15%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BD72E6 (or 0xBD72E6) is known color: Medium Orchid. HEX triplet: BD, 72 and E6. RGB value is (189,114,230). Sum of RGB (Red+Green+Blue) = 189+114+230=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 230 (90.23% from 255 or 43.15% from 533); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD72E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD72E6 is #428D19. Grayscale: #959595. Windows color (decimal): -4361498 or 15102653. OLE color: 15102653.

HSL color Cylindrical-coordinate representation of color #BD72E6: hue angle of 278.79º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD72E6 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 114 230 -
CMYK 0.18 0.50 0 0.10
HSL 278.79º 0.7% 0.67% -
HSV(B) 278.79º 0.5% 0.9% -
XYZ 41.29 28.57 78.2 -
YUV 149.65 173.35 156.07 -
System Red Green Blue C M Y K H S L
Decimal 189 114 230 0.18 0.50 0 0.10 278.79 0.7 0.67
Hex BD 72 E6 12 32 0 A 117 46 43
Octal 275 162 346 22 62 0 12 427 106 103
Binary 10111101 1110010 11100110 10010 110010 0 1010 100010111 1000110 1000011

Color Harmonies of #BD72E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD72E6

Black with #BD72E6

Text Example


Text Example

White with #BD72E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD72E6; }

 p { color: rgb(189,114,230); }

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

background-color css

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

 a { background-color: rgb(189,114,230); }

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

border-color css

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

 span { border-color: rgb(189,114,230); }

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