Html Css Color HEX #B262CC Medium Orchid

📋 copy color: '#B262CC'

red 178 ◦ green 98 ◦ blue 204

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

Shades of Medium Orchid #B262CC

Tints of Medium Orchid #B262CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.5%

R = 37.08%
G = 20.42%
B = 42.5%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B262CC (or 0xB262CC) is known color: Medium Orchid. HEX triplet: B2, 62 and CC. RGB value is (178,98,204). Sum of RGB (Red+Green+Blue) = 178+98+204=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 98 (38.67% from 255 or 20.42% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #B262CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B262CC is #4D9D33. Grayscale: #858585. Windows color (decimal): -5086516 or 13394610. OLE color: 13394610.

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

Color convert

RGB 178 98 204 -
CMYK 0.13 0.52 0 0.2
HSL 285.28º 0.51% 0.59% -
HSV(B) 285.28º 0.52% 0.8% -
XYZ 33.63 22.56 59.71 -
YUV 134 167.5 159.38 -
System Red Green Blue C M Y K H S L
Decimal 178 98 204 0.13 0.52 0 0.2 285.28 0.51 0.59
Hex B2 62 CC D 34 0 14 11D 33 3B
Octal 262 142 314 15 64 0 24 435 63 73
Binary 10110010 1100010 11001100 1101 110100 0 10100 100011101 110011 111011

Color Harmonies of #B262CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B262CC

Black with #B262CC

Text Example


Text Example

White with #B262CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B262CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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