Html Css Color HEX #BD2CE4 Medium Orchid

📋 copy color: '#BD2CE4'

red 189 ◦ green 44 ◦ blue 228

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

Shades of Medium Orchid #BD2CE4

Tints of Medium Orchid #BD2CE4

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.54%

 BLUE value IS 228 (89.45% from 255) = 49.46%

R = 41%
G = 9.54%
B = 49.46%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BD2CE4 (or 0xBD2CE4) is known color: Medium Orchid. HEX triplet: BD, 2C and E4. RGB value is (189,44,228). Sum of RGB (Red+Green+Blue) = 189+44+228=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 44 (17.58% from 255 or 9.54% from 461); Blue value is 228 (89.45% from 255 or 49.46% from 461); Max value from RGB is 228 - color contains mainly: blue. Hex color #BD2CE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2CE4 is #42D31B. Grayscale: #6B6B6B. Windows color (decimal): -4379420 or 14953661. OLE color: 14953661.

HSL color Cylindrical-coordinate representation of color #BD2CE4: hue angle of 287.28º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2CE4 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 44 228 -
CMYK 0.17 0.81 0 0.11
HSL 287.28º 0.77% 0.53% -
HSV(B) 287.28º 0.81% 0.89% -
XYZ 35.89 18.22 75.02 -
YUV 108.33 195.54 185.54 -
System Red Green Blue C M Y K H S L
Decimal 189 44 228 0.17 0.81 0 0.11 287.28 0.77 0.53
Hex BD 2C E4 11 51 0 B 11F 4D 35
Octal 275 54 344 21 121 0 13 437 115 65
Binary 10111101 101100 11100100 10001 1010001 0 1011 100011111 1001101 110101

Color Harmonies of #BD2CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2CE4

Black with #BD2CE4

Text Example


Text Example

White with #BD2CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2CE4; }

 p { color: rgb(189,44,228); }

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

background-color css

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

 a { background-color: rgb(189,44,228); }

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

border-color css

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

 span { border-color: rgb(189,44,228); }

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