Html Css Color HEX #B263CD Medium Orchid

📋 copy color: '#B263CD'

red 178 ◦ green 99 ◦ blue 205

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

Shades of Medium Orchid #B263CD

Tints of Medium Orchid #B263CD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.54%

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

R = 36.93%
G = 20.54%
B = 42.53%

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

#B263CD (or 0xB263CD) is known color: Medium Orchid. HEX triplet: B2, 63 and CD. RGB value is (178,99,205). Sum of RGB (Red+Green+Blue) = 178+99+205=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #B263CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B263CD is #4D9C32. Grayscale: #868686. Windows color (decimal): -5086259 or 13460402. OLE color: 13460402.

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

Color convert

RGB 178 99 205 -
CMYK 0.13 0.52 0 0.20
HSL 284.72º 0.51% 0.6% -
HSV(B) 284.72º 0.52% 0.8% -
XYZ 33.84 22.8 60.37 -
YUV 134.71 167.67 158.88 -
System Red Green Blue C M Y K H S L
Decimal 178 99 205 0.13 0.52 0 0.20 284.72 0.51 0.6
Hex B2 63 CD D 34 0 14 11D 33 3C
Octal 262 143 315 15 64 0 24 435 63 74
Binary 10110010 1100011 11001101 1101 110100 0 10100 100011101 110011 111100

Color Harmonies of #B263CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B263CD

Black with #B263CD

Text Example


Text Example

White with #B263CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B263CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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