Html Css Color HEX #B262CB Medium Orchid

📋 copy color: '#B262CB'

red 178 ◦ green 98 ◦ blue 203

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

Shades of Medium Orchid #B262CB

Tints of Medium Orchid #B262CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.38%

R = 37.16%
G = 20.46%
B = 42.38%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B262CB (or 0xB262CB) is known color: Medium Orchid. HEX triplet: B2, 62 and CB. RGB value is (178,98,203). Sum of RGB (Red+Green+Blue) = 178+98+203=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #B262CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B262CB is #4D9D34. Grayscale: #858585. Windows color (decimal): -5086517 or 13329074. OLE color: 13329074.

HSL color Cylindrical-coordinate representation of color #B262CB: hue angle of 285.71º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B262CB is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 98 203 -
CMYK 0.12 0.52 0 0.20
HSL 285.71º 0.5% 0.59% -
HSV(B) 285.71º 0.52% 0.8% -
XYZ 33.51 22.51 59.08 -
YUV 133.89 167 159.46 -
System Red Green Blue C M Y K H S L
Decimal 178 98 203 0.12 0.52 0 0.20 285.71 0.5 0.59
Hex B2 62 CB C 34 0 14 11E 32 3B
Octal 262 142 313 14 64 0 24 436 62 73
Binary 10110010 1100010 11001011 1100 110100 0 10100 100011110 110010 111011

Color Harmonies of #B262CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B262CB

Black with #B262CB

Text Example


Text Example

White with #B262CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B262CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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