Html Css Color HEX #B065C0 Medium Orchid

📋 copy color: '#B065C0'

red 176 ◦ green 101 ◦ blue 192

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

Shades of Medium Orchid #B065C0

Tints of Medium Orchid #B065C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.94%

R = 37.53%
G = 21.54%
B = 40.94%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B065C0 (or 0xB065C0) is known color: Medium Orchid. HEX triplet: B0, 65 and C0. RGB value is (176,101,192). Sum of RGB (Red+Green+Blue) = 176+101+192=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 192 - color contains mainly: blue. Hex color #B065C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B065C0 is #4F9A3F. Grayscale: #858585. Windows color (decimal): -5216832 or 12608944. OLE color: 12608944.

HSL color Cylindrical-coordinate representation of color #B065C0: hue angle of 289.45º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B065C0 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 101 192 -
CMYK 0.08 0.47 0 0.25
HSL 289.45º 0.42% 0.57% -
HSV(B) 289.45º 0.47% 0.75% -
XYZ 32.07 22.34 52.49 -
YUV 133.8 160.85 158.1 -
System Red Green Blue C M Y K H S L
Decimal 176 101 192 0.08 0.47 0 0.25 289.45 0.42 0.57
Hex B0 65 C0 8 2F 0 19 121 2A 39
Octal 260 145 300 10 57 0 31 441 52 71
Binary 10110000 1100101 11000000 1000 101111 0 11001 100100001 101010 111001

Color Harmonies of #B065C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B065C0

Black with #B065C0

Text Example


Text Example

White with #B065C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B065C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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