Html Css Color HEX #BD2CE8 Medium Orchid

📋 copy color: '#BD2CE8'

red 189 ◦ green 44 ◦ blue 232

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

Shades of Medium Orchid #BD2CE8

Tints of Medium Orchid #BD2CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.89%

R = 40.65%
G = 9.46%
B = 49.89%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD2CE8 (or 0xBD2CE8) is known color: Medium Orchid. HEX triplet: BD, 2C and E8. RGB value is (189,44,232). Sum of RGB (Red+Green+Blue) = 189+44+232=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 44 (17.58% from 255 or 9.46% from 465); Blue value is 232 (91.02% from 255 or 49.89% from 465); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD2CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2CE8 is #42D317. Grayscale: #6C6C6C. Windows color (decimal): -4379416 or 15215805. OLE color: 15215805.

HSL color Cylindrical-coordinate representation of color #BD2CE8: hue angle of 286.28º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2CE8 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 44 232 -
CMYK 0.19 0.81 0 0.09
HSL 286.28º 0.8% 0.54% -
HSV(B) 286.28º 0.81% 0.91% -
XYZ 36.45 18.45 77.98 -
YUV 108.79 197.54 185.21 -
System Red Green Blue C M Y K H S L
Decimal 189 44 232 0.19 0.81 0 0.09 286.28 0.8 0.54
Hex BD 2C E8 13 51 0 9 11E 50 36
Octal 275 54 350 23 121 0 11 436 120 66
Binary 10111101 101100 11101000 10011 1010001 0 1001 100011110 1010000 110110

Color Harmonies of #BD2CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2CE8

Black with #BD2CE8

Text Example


Text Example

White with #BD2CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2CE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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