Html Css Color HEX #B262E6 Medium Orchid

📋 copy color: '#B262E6'

red 178 ◦ green 98 ◦ blue 230

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

Shades of Medium Orchid #B262E6

Tints of Medium Orchid #B262E6

RGB

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

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

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

R = 35.18%
G = 19.37%
B = 45.45%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B262E6 (or 0xB262E6) is known color: Medium Orchid. HEX triplet: B2, 62 and E6. RGB value is (178,98,230). Sum of RGB (Red+Green+Blue) = 178+98+230=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 98 (38.67% from 255 or 19.37% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #B262E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B262E6 is #4D9D19. Grayscale: #888888. Windows color (decimal): -5086490 or 15098546. OLE color: 15098546.

HSL color Cylindrical-coordinate representation of color #B262E6: hue angle of 276.36º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B262E6 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 178 98 230 -
CMYK 0.23 0.57 0 0.10
HSL 276.36º 0.73% 0.64% -
HSV(B) 276.36º 0.57% 0.9% -
XYZ 37.01 23.91 77.53 -
YUV 136.97 180.5 157.27 -
System Red Green Blue C M Y K H S L
Decimal 178 98 230 0.23 0.57 0 0.10 276.36 0.73 0.64
Hex B2 62 E6 17 39 0 A 114 49 40
Octal 262 142 346 27 71 0 12 424 111 100
Binary 10110010 1100010 11100110 10111 111001 0 1010 100010100 1001001 1000000

Color Harmonies of #B262E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B262E6

Black with #B262E6

Text Example


Text Example

White with #B262E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B262E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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