Html Css Color HEX #B065E9 Medium Orchid

📋 copy color: '#B065E9'

red 176 ◦ green 101 ◦ blue 233

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

Shades of Medium Orchid #B065E9

Tints of Medium Orchid #B065E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.69%

R = 34.51%
G = 19.8%
B = 45.69%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B065E9 (or 0xB065E9) is known color: Medium Orchid. HEX triplet: B0, 65 and E9. RGB value is (176,101,233). Sum of RGB (Red+Green+Blue) = 176+101+233=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 233 (91.41% from 255 or 45.69% from 510); Max value from RGB is 233 - color contains mainly: blue. Hex color #B065E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B065E9 is #4F9A16. Grayscale: #8A8A8A. Windows color (decimal): -5216791 or 15295920. OLE color: 15295920.

HSL color Cylindrical-coordinate representation of color #B065E9: hue angle of 274.09º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B065E9 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 101 233 -
CMYK 0.24 0.57 0 0.09
HSL 274.09º 0.75% 0.65% -
HSV(B) 274.09º 0.57% 0.91% -
XYZ 37.27 24.42 79.84 -
YUV 138.47 181.35 154.77 -
System Red Green Blue C M Y K H S L
Decimal 176 101 233 0.24 0.57 0 0.09 274.09 0.75 0.65
Hex B0 65 E9 18 39 0 9 112 4B 41
Octal 260 145 351 30 71 0 11 422 113 101
Binary 10110000 1100101 11101001 11000 111001 0 1001 100010010 1001011 1000001

Color Harmonies of #B065E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B065E9

Black with #B065E9

Text Example


Text Example

White with #B065E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B065E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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