Html Css Color HEX #B065CD Medium Orchid

📋 copy color: '#B065CD'

red 176 ◦ green 101 ◦ blue 205

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

Shades of Medium Orchid #B065CD

Tints of Medium Orchid #B065CD

RGB

 RED value IS 176 (69.14% from 255) = 36.51%

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

 BLUE value IS 205 (80.47% from 255) = 42.53%

R = 36.51%
G = 20.95%
B = 42.53%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B065CD (or 0xB065CD) is known color: Medium Orchid. HEX triplet: B0, 65 and CD. RGB value is (176,101,205). Sum of RGB (Red+Green+Blue) = 176+101+205=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #B065CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B065CD is #4F9A32. Grayscale: #868686. Windows color (decimal): -5216819 or 13460912. OLE color: 13460912.

HSL color Cylindrical-coordinate representation of color #B065CD: hue angle of 283.27º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B065CD is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 101 205 -
CMYK 0.14 0.51 0 0.20
HSL 283.27º 0.51% 0.6% -
HSV(B) 283.27º 0.51% 0.8% -
XYZ 33.58 22.95 60.42 -
YUV 135.28 167.35 157.04 -
System Red Green Blue C M Y K H S L
Decimal 176 101 205 0.14 0.51 0 0.20 283.27 0.51 0.6
Hex B0 65 CD E 33 0 14 11B 33 3C
Octal 260 145 315 16 63 0 24 433 63 74
Binary 10110000 1100101 11001101 1110 110011 0 10100 100011011 110011 111100

Color Harmonies of #B065CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B065CD

Black with #B065CD

Text Example


Text Example

White with #B065CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B065CD; }

 p { color: rgb(176,101,205); }

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

background-color css

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

 a { background-color: rgb(176,101,205); }

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

border-color css

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

 span { border-color: rgb(176,101,205); }

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