Html Css Color HEX #BD4BEC Medium Orchid

📋 copy color: '#BD4BEC'

red 189 ◦ green 75 ◦ blue 236

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

Shades of Medium Orchid #BD4BEC

Tints of Medium Orchid #BD4BEC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15%

 BLUE value IS 236 (92.58% from 255) = 47.2%

R = 37.8%
G = 15%
B = 47.2%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD4BEC (or 0xBD4BEC) is known color: Medium Orchid. HEX triplet: BD, 4B and EC. RGB value is (189,75,236). Sum of RGB (Red+Green+Blue) = 189+75+236=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 75 (29.69% from 255 or 15% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD4BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD4BEC is #42B413. Grayscale: #7E7E7E. Windows color (decimal): -4371476 or 15485885. OLE color: 15485885.

HSL color Cylindrical-coordinate representation of color #BD4BEC: hue angle of 282.48º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD4BEC is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 75 236 -
CMYK 0.20 0.68 0 0.07
HSL 282.48º 0.81% 0.61% -
HSV(B) 282.48º 0.68% 0.93% -
XYZ 38.64 21.91 81.55 -
YUV 127.44 189.27 171.91 -
System Red Green Blue C M Y K H S L
Decimal 189 75 236 0.20 0.68 0 0.07 282.48 0.81 0.61
Hex BD 4B EC 14 44 0 7 11A 51 3D
Octal 275 113 354 24 104 0 7 432 121 75
Binary 10111101 1001011 11101100 10100 1000100 0 111 100011010 1010001 111101

Color Harmonies of #BD4BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4BEC

Black with #BD4BEC

Text Example


Text Example

White with #BD4BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4BEC; }

 p { color: rgb(189,75,236); }

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

background-color css

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

 a { background-color: rgb(189,75,236); }

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

border-color css

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

 span { border-color: rgb(189,75,236); }

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