Html Css Color HEX #B65CEC Medium Orchid

📋 copy color: '#B65CEC'

red 182 ◦ green 92 ◦ blue 236

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

Shades of Medium Orchid #B65CEC

Tints of Medium Orchid #B65CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.27%

R = 35.69%
G = 18.04%
B = 46.27%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B65CEC (or 0xB65CEC) is known color: Medium Orchid. HEX triplet: B6, 5C and EC. RGB value is (182,92,236). Sum of RGB (Red+Green+Blue) = 182+92+236=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 92 (36.33% from 255 or 18.04% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #B65CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65CEC is #49A313. Grayscale: #868686. Windows color (decimal): -4825876 or 15490230. OLE color: 15490230.

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

Color convert

RGB 182 92 236 -
CMYK 0.23 0.61 0 0.07
HSL 277.5º 0.79% 0.64% -
HSV(B) 277.5º 0.61% 0.93% -
XYZ 38.26 23.66 81.91 -
YUV 135.33 184.82 161.29 -
System Red Green Blue C M Y K H S L
Decimal 182 92 236 0.23 0.61 0 0.07 277.5 0.79 0.64
Hex B6 5C EC 17 3D 0 7 116 4F 40
Octal 266 134 354 27 75 0 7 426 117 100
Binary 10110110 1011100 11101100 10111 111101 0 111 100010110 1001111 1000000

Color Harmonies of #B65CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65CEC

Black with #B65CEC

Text Example


Text Example

White with #B65CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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