Html Css Color HEX #BD65EC Medium Orchid

📋 copy color: '#BD65EC'

red 189 ◦ green 101 ◦ blue 236

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

Shades of Medium Orchid #BD65EC

Tints of Medium Orchid #BD65EC

RGB

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

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

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

R = 35.93%
G = 19.2%
B = 44.87%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD65EC (or 0xBD65EC) is known color: Medium Orchid. HEX triplet: BD, 65 and EC. RGB value is (189,101,236). Sum of RGB (Red+Green+Blue) = 189+101+236=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 101 (39.84% from 255 or 19.20% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD65EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD65EC is #429A13. Grayscale: #8E8E8E. Windows color (decimal): -4364820 or 15492541. OLE color: 15492541.

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

Color convert

RGB 189 101 236 -
CMYK 0.20 0.57 0 0.07
HSL 279.11º 0.78% 0.66% -
HSV(B) 279.11º 0.57% 0.93% -
XYZ 40.78 26.18 82.26 -
YUV 142.7 180.65 161.02 -
System Red Green Blue C M Y K H S L
Decimal 189 101 236 0.20 0.57 0 0.07 279.11 0.78 0.66
Hex BD 65 EC 14 39 0 7 117 4E 42
Octal 275 145 354 24 71 0 7 427 116 102
Binary 10111101 1100101 11101100 10100 111001 0 111 100010111 1001110 1000010

Color Harmonies of #BD65EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD65EC

Black with #BD65EC

Text Example


Text Example

White with #BD65EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD65EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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