Html Css Color HEX #B262C3 Medium Orchid

📋 copy color: '#B262C3'

red 178 ◦ green 98 ◦ blue 195

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

Shades of Medium Orchid #B262C3

Tints of Medium Orchid #B262C3

RGB

 RED value IS 178 (69.92% from 255) = 37.79%

 GREEN value IS 98 (38.67% from 255) = 20.81%

 BLUE value IS 195 (76.56% from 255) = 41.4%

R = 37.79%
G = 20.81%
B = 41.4%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B262C3 (or 0xB262C3) is known color: Medium Orchid. HEX triplet: B2, 62 and C3. RGB value is (178,98,195). Sum of RGB (Red+Green+Blue) = 178+98+195=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 195 - color contains mainly: blue. Hex color #B262C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B262C3 is #4D9D3C. Grayscale: #848484. Windows color (decimal): -5086525 or 12804786. OLE color: 12804786.

HSL color Cylindrical-coordinate representation of color #B262C3: hue angle of 289.48º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B262C3 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 98 195 -
CMYK 0.09 0.50 0 0.24
HSL 289.48º 0.45% 0.57% -
HSV(B) 289.48º 0.5% 0.76% -
XYZ 32.58 22.14 54.19 -
YUV 132.98 163 160.11 -
System Red Green Blue C M Y K H S L
Decimal 178 98 195 0.09 0.50 0 0.24 289.48 0.45 0.57
Hex B2 62 C3 9 32 0 18 121 2D 39
Octal 262 142 303 11 62 0 30 441 55 71
Binary 10110010 1100010 11000011 1001 110010 0 11000 100100001 101101 111001

Color Harmonies of #B262C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B262C3

Black with #B262C3

Text Example


Text Example

White with #B262C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B262C3; }

 p { color: rgb(178,98,195); }

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

background-color css

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

 a { background-color: rgb(178,98,195); }

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

border-color css

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

 span { border-color: rgb(178,98,195); }

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