Html Css Color HEX #B65BE6 Medium Orchid

📋 copy color: '#B65BE6'

red 182 ◦ green 91 ◦ blue 230

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

Shades of Medium Orchid #B65BE6

Tints of Medium Orchid #B65BE6

RGB

 RED value IS 182 (71.48% from 255) = 36.18%

 GREEN value IS 91 (35.94% from 255) = 18.09%

 BLUE value IS 230 (90.23% from 255) = 45.73%

R = 36.18%
G = 18.09%
B = 45.73%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B65BE6 (or 0xB65BE6) is known color: Medium Orchid. HEX triplet: B6, 5B and E6. RGB value is (182,91,230). Sum of RGB (Red+Green+Blue) = 182+91+230=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #B65BE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65BE6 is #49A419. Grayscale: #858585. Windows color (decimal): -4826138 or 15096758. OLE color: 15096758.

HSL color Cylindrical-coordinate representation of color #B65BE6: hue angle of 279.28º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B65BE6 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 182 91 230 -
CMYK 0.21 0.60 0 0.10
HSL 279.28º 0.74% 0.63% -
HSV(B) 279.28º 0.6% 0.9% -
XYZ 37.32 23.14 77.36 -
YUV 134.06 182.15 162.2 -
System Red Green Blue C M Y K H S L
Decimal 182 91 230 0.21 0.60 0 0.10 279.28 0.74 0.63
Hex B6 5B E6 15 3C 0 A 117 4A 3F
Octal 266 133 346 25 74 0 12 427 112 77
Binary 10110110 1011011 11100110 10101 111100 0 1010 100010111 1001010 111111

Color Harmonies of #B65BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65BE6

Black with #B65BE6

Text Example


Text Example

White with #B65BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65BE6; }

 p { color: rgb(182,91,230); }

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

background-color css

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

 a { background-color: rgb(182,91,230); }

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

border-color css

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

 span { border-color: rgb(182,91,230); }

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