Html Css Color HEX #BD65CE Medium Orchid

📋 copy color: '#BD65CE'

red 189 ◦ green 101 ◦ blue 206

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

Shades of Medium Orchid #BD65CE

Tints of Medium Orchid #BD65CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.53%

R = 38.1%
G = 20.36%
B = 41.53%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD65CE (or 0xBD65CE) is known color: Medium Orchid. HEX triplet: BD, 65 and CE. RGB value is (189,101,206). Sum of RGB (Red+Green+Blue) = 189+101+206=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD65CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD65CE is #429A31. Grayscale: #8A8A8A. Windows color (decimal): -4364850 or 13526461. OLE color: 13526461.

HSL color Cylindrical-coordinate representation of color #BD65CE: hue angle of 290.29º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD65CE is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 101 206 -
CMYK 0.08 0.51 0 0.19
HSL 290.29º 0.52% 0.6% -
HSV(B) 290.29º 0.51% 0.81% -
XYZ 36.78 24.58 61.2 -
YUV 139.28 165.65 163.46 -
System Red Green Blue C M Y K H S L
Decimal 189 101 206 0.08 0.51 0 0.19 290.29 0.52 0.6
Hex BD 65 CE 8 33 0 13 122 34 3C
Octal 275 145 316 10 63 0 23 442 64 74
Binary 10111101 1100101 11001110 1000 110011 0 10011 100100010 110100 111100

Color Harmonies of #BD65CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD65CE

Black with #BD65CE

Text Example


Text Example

White with #BD65CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD65CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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