Html Css Color HEX #B065D8 Medium Orchid

📋 copy color: '#B065D8'

red 176 ◦ green 101 ◦ blue 216

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

Shades of Medium Orchid #B065D8

Tints of Medium Orchid #B065D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.81%

R = 35.7%
G = 20.49%
B = 43.81%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B065D8 (or 0xB065D8) is known color: Medium Orchid. HEX triplet: B0, 65 and D8. RGB value is (176,101,216). Sum of RGB (Red+Green+Blue) = 176+101+216=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 216 (84.77% from 255 or 43.81% from 493); Max value from RGB is 216 - color contains mainly: blue. Hex color #B065D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B065D8 is #4F9A27. Grayscale: #888888. Windows color (decimal): -5216808 or 14181808. OLE color: 14181808.

HSL color Cylindrical-coordinate representation of color #B065D8: hue angle of 279.13º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B065D8 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 101 216 -
CMYK 0.19 0.53 0 0.15
HSL 279.13º 0.6% 0.62% -
HSV(B) 279.13º 0.53% 0.85% -
XYZ 34.95 23.5 67.66 -
YUV 136.54 172.85 156.15 -
System Red Green Blue C M Y K H S L
Decimal 176 101 216 0.19 0.53 0 0.15 279.13 0.6 0.62
Hex B0 65 D8 13 35 0 F 117 3C 3E
Octal 260 145 330 23 65 0 17 427 74 76
Binary 10110000 1100101 11011000 10011 110101 0 1111 100010111 111100 111110

Color Harmonies of #B065D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B065D8

Black with #B065D8

Text Example


Text Example

White with #B065D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B065D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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