Html Css Color HEX #B65CE6 Medium Orchid

📋 copy color: '#B65CE6'

red 182 ◦ green 92 ◦ blue 230

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

Shades of Medium Orchid #B65CE6

Tints of Medium Orchid #B65CE6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.25%

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

R = 36.11%
G = 18.25%
B = 45.63%

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

#B65CE6 (or 0xB65CE6) is known color: Medium Orchid. HEX triplet: B6, 5C and E6. RGB value is (182,92,230). Sum of RGB (Red+Green+Blue) = 182+92+230=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 230 (90.23% from 255 or 45.63% from 504); Max value from RGB is 230 - color contains mainly: blue. Hex color #B65CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65CE6 is #49A319. Grayscale: #868686. Windows color (decimal): -4825882 or 15097014. OLE color: 15097014.

HSL color Cylindrical-coordinate representation of color #B65CE6: hue angle of 279.13º degrees, saturation: 0.73, 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 #B65CE6 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 182 92 230 -
CMYK 0.21 0.60 0 0.10
HSL 279.13º 0.73% 0.63% -
HSV(B) 279.13º 0.6% 0.9% -
XYZ 37.4 23.31 77.39 -
YUV 134.64 181.82 161.78 -
System Red Green Blue C M Y K H S L
Decimal 182 92 230 0.21 0.60 0 0.10 279.13 0.73 0.63
Hex B6 5C E6 15 3C 0 A 117 49 3F
Octal 266 134 346 25 74 0 12 427 111 77
Binary 10110110 1011100 11100110 10101 111100 0 1010 100010111 1001001 111111

Color Harmonies of #B65CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65CE6

Black with #B65CE6

Text Example


Text Example

White with #B65CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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