Html Css Color HEX #B65C9E Violet Blue

📋 copy color: '#B65C9E'

red 182 ◦ green 92 ◦ blue 158

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

Shades of Violet Blue #B65C9E

Tints of Violet Blue #B65C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.57%

R = 42.13%
G = 21.3%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B65C9E (or 0xB65C9E) is known color: Violet Blue. HEX triplet: B6, 5C and 9E. RGB value is (182,92,158). Sum of RGB (Red+Green+Blue) = 182+92+158=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65C9E is #49A361. Grayscale: #7E7E7E. Windows color (decimal): -4825954 or 10378422. OLE color: 10378422.

HSL color Cylindrical-coordinate representation of color #B65C9E: hue angle of 316º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B65C9E is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 92 158 -
CMYK 0 0.49 0.13 0.29
HSL 316º 0.38% 0.54% -
HSV(B) 316º 0.49% 0.71% -
XYZ 29.29 20.07 34.68 -
YUV 126.43 145.82 167.63 -
System Red Green Blue C M Y K H S L
Decimal 182 92 158 0 0.49 0.13 0.29 316 0.38 0.54
Hex B6 5C 9E 0 31 D 1D 13C 26 36
Octal 266 134 236 0 61 15 35 474 46 66
Binary 10110110 1011100 10011110 0 110001 1101 11101 100111100 100110 110110

Color Harmonies of #B65C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65C9E

Black with #B65C9E

Text Example


Text Example

White with #B65C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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