Html Css Color HEX #B065E7 Medium Orchid

📋 copy color: '#B065E7'

red 176 ◦ green 101 ◦ blue 231

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

Shades of Medium Orchid #B065E7

Tints of Medium Orchid #B065E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.47%

R = 34.65%
G = 19.88%
B = 45.47%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B065E7 (or 0xB065E7) is known color: Medium Orchid. HEX triplet: B0, 65 and E7. RGB value is (176,101,231). Sum of RGB (Red+Green+Blue) = 176+101+231=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 231 (90.62% from 255 or 45.47% from 508); Max value from RGB is 231 - color contains mainly: blue. Hex color #B065E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B065E7 is #4F9A18. Grayscale: #898989. Windows color (decimal): -5216793 or 15164848. OLE color: 15164848.

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

Color convert

RGB 176 101 231 -
CMYK 0.24 0.56 0 0.09
HSL 274.62º 0.73% 0.65% -
HSV(B) 274.62º 0.56% 0.91% -
XYZ 36.98 24.31 78.34 -
YUV 138.25 180.35 154.93 -
System Red Green Blue C M Y K H S L
Decimal 176 101 231 0.24 0.56 0 0.09 274.62 0.73 0.65
Hex B0 65 E7 18 38 0 9 113 49 41
Octal 260 145 347 30 70 0 11 423 111 101
Binary 10110000 1100101 11100111 11000 111000 0 1001 100010011 1001001 1000001

Color Harmonies of #B065E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B065E7

Black with #B065E7

Text Example


Text Example

White with #B065E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B065E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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