Html Css Color HEX #BD65E0 Medium Orchid

📋 copy color: '#BD65E0'

red 189 ◦ green 101 ◦ blue 224

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

Shades of Medium Orchid #BD65E0

Tints of Medium Orchid #BD65E0

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.65%

 BLUE value IS 224 (87.89% from 255) = 43.58%

R = 36.77%
G = 19.65%
B = 43.58%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD65E0 (or 0xBD65E0) is known color: Medium Orchid. HEX triplet: BD, 65 and E0. RGB value is (189,101,224). Sum of RGB (Red+Green+Blue) = 189+101+224=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD65E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD65E0 is #429A1F. Grayscale: #8C8C8C. Windows color (decimal): -4364832 or 14706109. OLE color: 14706109.

HSL color Cylindrical-coordinate representation of color #BD65E0: hue angle of 282.93º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD65E0 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 101 224 -
CMYK 0.16 0.55 0 0.12
HSL 282.93º 0.66% 0.64% -
HSV(B) 282.93º 0.55% 0.88% -
XYZ 39.09 25.51 73.38 -
YUV 141.33 174.65 162 -
System Red Green Blue C M Y K H S L
Decimal 189 101 224 0.16 0.55 0 0.12 282.93 0.66 0.64
Hex BD 65 E0 10 37 0 C 11B 42 40
Octal 275 145 340 20 67 0 14 433 102 100
Binary 10111101 1100101 11100000 10000 110111 0 1100 100011011 1000010 1000000

Color Harmonies of #BD65E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD65E0

Black with #BD65E0

Text Example


Text Example

White with #BD65E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD65E0; }

 p { color: rgb(189,101,224); }

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

background-color css

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

 a { background-color: rgb(189,101,224); }

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

border-color css

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

 span { border-color: rgb(189,101,224); }

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