Html Css Color HEX #BD4CE6 Medium Orchid

📋 copy color: '#BD4CE6'

red 189 ◦ green 76 ◦ blue 230

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

Shades of Medium Orchid #BD4CE6

Tints of Medium Orchid #BD4CE6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.35%

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

R = 38.18%
G = 15.35%
B = 46.46%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BD4CE6 (or 0xBD4CE6) is known color: Medium Orchid. HEX triplet: BD, 4C and E6. RGB value is (189,76,230). Sum of RGB (Red+Green+Blue) = 189+76+230=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 230 (90.23% from 255 or 46.46% from 495); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD4CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD4CE6 is #42B319. Grayscale: #7E7E7E. Windows color (decimal): -4371226 or 15092925. OLE color: 15092925.

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

Color convert

RGB 189 76 230 -
CMYK 0.18 0.67 0 0.10
HSL 284.03º 0.75% 0.6% -
HSV(B) 284.03º 0.67% 0.9% -
XYZ 37.85 21.7 77.06 -
YUV 127.34 185.94 171.98 -
System Red Green Blue C M Y K H S L
Decimal 189 76 230 0.18 0.67 0 0.10 284.03 0.75 0.6
Hex BD 4C E6 12 43 0 A 11C 4B 3C
Octal 275 114 346 22 103 0 12 434 113 74
Binary 10111101 1001100 11100110 10010 1000011 0 1010 100011100 1001011 111100

Color Harmonies of #BD4CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4CE6

Black with #BD4CE6

Text Example


Text Example

White with #BD4CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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