Html Css Color HEX #B065ED Medium Orchid

📋 copy color: '#B065ED'

red 176 ◦ green 101 ◦ blue 237

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

Shades of Medium Orchid #B065ED

Tints of Medium Orchid #B065ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.11%

R = 34.24%
G = 19.65%
B = 46.11%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B065ED (or 0xB065ED) is known color: Medium Orchid. HEX triplet: B0, 65 and ED. RGB value is (176,101,237). Sum of RGB (Red+Green+Blue) = 176+101+237=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #B065ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B065ED is #4F9A12. Grayscale: #8A8A8A. Windows color (decimal): -5216787 or 15558064. OLE color: 15558064.

HSL color Cylindrical-coordinate representation of color #B065ED: hue angle of 273.09º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B065ED is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 101 237 -
CMYK 0.26 0.57 0 0.07
HSL 273.09º 0.79% 0.66% -
HSV(B) 273.09º 0.57% 0.93% -
XYZ 37.84 24.65 82.88 -
YUV 138.93 183.35 154.44 -
System Red Green Blue C M Y K H S L
Decimal 176 101 237 0.26 0.57 0 0.07 273.09 0.79 0.66
Hex B0 65 ED 1A 39 0 7 111 4F 42
Octal 260 145 355 32 71 0 7 421 117 102
Binary 10110000 1100101 11101101 11010 111001 0 111 100010001 1001111 1000010

Color Harmonies of #B065ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B065ED

Black with #B065ED

Text Example


Text Example

White with #B065ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B065ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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