Html Css Color HEX #BD2CE7 Medium Orchid

📋 copy color: '#BD2CE7'

red 189 ◦ green 44 ◦ blue 231

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

Shades of Medium Orchid #BD2CE7

Tints of Medium Orchid #BD2CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 49.78%

R = 40.73%
G = 9.48%
B = 49.78%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD2CE7 (or 0xBD2CE7) is known color: Medium Orchid. HEX triplet: BD, 2C and E7. RGB value is (189,44,231). Sum of RGB (Red+Green+Blue) = 189+44+231=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 44 (17.58% from 255 or 9.48% from 464); Blue value is 231 (90.62% from 255 or 49.78% from 464); Max value from RGB is 231 - color contains mainly: blue. Hex color #BD2CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2CE7 is #42D318. Grayscale: #6C6C6C. Windows color (decimal): -4379417 or 15150269. OLE color: 15150269.

HSL color Cylindrical-coordinate representation of color #BD2CE7: hue angle of 286.52º 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 #BD2CE7 is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 44 231 -
CMYK 0.18 0.81 0 0.09
HSL 286.52º 0.8% 0.54% -
HSV(B) 286.52º 0.81% 0.91% -
XYZ 36.31 18.39 77.24 -
YUV 108.67 197.04 185.29 -
System Red Green Blue C M Y K H S L
Decimal 189 44 231 0.18 0.81 0 0.09 286.52 0.8 0.54
Hex BD 2C E7 12 51 0 9 11F 50 36
Octal 275 54 347 22 121 0 11 437 120 66
Binary 10111101 101100 11100111 10010 1010001 0 1001 100011111 1010000 110110

Color Harmonies of #BD2CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2CE7

Black with #BD2CE7

Text Example


Text Example

White with #BD2CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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