Html Css Color HEX #B262CD Medium Orchid

📋 copy color: '#B262CD'

red 178 ◦ green 98 ◦ blue 205

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

Shades of Medium Orchid #B262CD

Tints of Medium Orchid #B262CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.62%

R = 37.01%
G = 20.37%
B = 42.62%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B262CD (or 0xB262CD) is known color: Medium Orchid. HEX triplet: B2, 62 and CD. RGB value is (178,98,205). Sum of RGB (Red+Green+Blue) = 178+98+205=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #B262CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B262CD is #4D9D32. Grayscale: #858585. Windows color (decimal): -5086515 or 13460146. OLE color: 13460146.

HSL color Cylindrical-coordinate representation of color #B262CD: hue angle of 284.86º degrees, saturation: 0.52, 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 #B262CD is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 98 205 -
CMYK 0.13 0.52 0 0.20
HSL 284.86º 0.52% 0.59% -
HSV(B) 284.86º 0.52% 0.8% -
XYZ 33.75 22.61 60.34 -
YUV 134.12 168 159.3 -
System Red Green Blue C M Y K H S L
Decimal 178 98 205 0.13 0.52 0 0.20 284.86 0.52 0.59
Hex B2 62 CD D 34 0 14 11D 34 3B
Octal 262 142 315 15 64 0 24 435 64 73
Binary 10110010 1100010 11001101 1101 110100 0 10100 100011101 110100 111011

Color Harmonies of #B262CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B262CD

Black with #B262CD

Text Example


Text Example

White with #B262CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B262CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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