Html Css Color HEX #B263DA Medium Orchid

📋 copy color: '#B263DA'

red 178 ◦ green 99 ◦ blue 218

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

Shades of Medium Orchid #B263DA

Tints of Medium Orchid #B263DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 35.96%
G = 20%
B = 44.04%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B263DA (or 0xB263DA) is known color: Medium Orchid. HEX triplet: B2, 63 and DA. RGB value is (178,99,218). Sum of RGB (Red+Green+Blue) = 178+99+218=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #B263DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B263DA is #4D9C25. Grayscale: #878787. Windows color (decimal): -5086246 or 14312370. OLE color: 14312370.

HSL color Cylindrical-coordinate representation of color #B263DA: hue angle of 279.83º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B263DA is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 99 218 -
CMYK 0.18 0.55 0 0.15
HSL 279.83º 0.62% 0.62% -
HSV(B) 279.83º 0.55% 0.85% -
XYZ 35.48 23.45 68.99 -
YUV 136.19 174.17 157.82 -
System Red Green Blue C M Y K H S L
Decimal 178 99 218 0.18 0.55 0 0.15 279.83 0.62 0.62
Hex B2 63 DA 12 37 0 F 118 3E 3E
Octal 262 143 332 22 67 0 17 430 76 76
Binary 10110010 1100011 11011010 10010 110111 0 1111 100011000 111110 111110

Color Harmonies of #B263DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B263DA

Black with #B263DA

Text Example


Text Example

White with #B263DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B263DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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