Html Css Color HEX #BD65ED Medium Orchid

📋 copy color: '#BD65ED'

red 189 ◦ green 101 ◦ blue 237

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

Shades of Medium Orchid #BD65ED

Tints of Medium Orchid #BD65ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.97%

R = 35.86%
G = 19.17%
B = 44.97%

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

#BD65ED (or 0xBD65ED) is known color: Medium Orchid. HEX triplet: BD, 65 and ED. RGB value is (189,101,237). Sum of RGB (Red+Green+Blue) = 189+101+237=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD65ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD65ED is #429A12. Grayscale: #8E8E8E. Windows color (decimal): -4364819 or 15558077. OLE color: 15558077.

HSL color Cylindrical-coordinate representation of color #BD65ED: hue angle of 278.82º degrees, saturation: 0.79, 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 #BD65ED is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 101 237 -
CMYK 0.20 0.57 0 0.07
HSL 278.82º 0.79% 0.66% -
HSV(B) 278.82º 0.57% 0.93% -
XYZ 40.93 26.24 83.03 -
YUV 142.82 181.15 160.94 -
System Red Green Blue C M Y K H S L
Decimal 189 101 237 0.20 0.57 0 0.07 278.82 0.79 0.66
Hex BD 65 ED 14 39 0 7 117 4F 42
Octal 275 145 355 24 71 0 7 427 117 102
Binary 10111101 1100101 11101101 10100 111001 0 111 100010111 1001111 1000010

Color Harmonies of #BD65ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD65ED

Black with #BD65ED

Text Example


Text Example

White with #BD65ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD65ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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