Html Css Color HEX #B263CF Medium Orchid

📋 copy color: '#B263CF'

red 178 ◦ green 99 ◦ blue 207

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

Shades of Medium Orchid #B263CF

Tints of Medium Orchid #B263CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.77%

R = 36.78%
G = 20.45%
B = 42.77%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B263CF (or 0xB263CF) is known color: Medium Orchid. HEX triplet: B2, 63 and CF. RGB value is (178,99,207). Sum of RGB (Red+Green+Blue) = 178+99+207=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #B263CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B263CF is #4D9C30. Grayscale: #868686. Windows color (decimal): -5086257 or 13591474. OLE color: 13591474.

HSL color Cylindrical-coordinate representation of color #B263CF: hue angle of 283.89º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B263CF is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 99 207 -
CMYK 0.14 0.52 0 0.19
HSL 283.89º 0.53% 0.6% -
HSV(B) 283.89º 0.52% 0.81% -
XYZ 34.08 22.89 61.65 -
YUV 134.93 168.67 158.72 -
System Red Green Blue C M Y K H S L
Decimal 178 99 207 0.14 0.52 0 0.19 283.89 0.53 0.6
Hex B2 63 CF E 34 0 13 11C 35 3C
Octal 262 143 317 16 64 0 23 434 65 74
Binary 10110010 1100011 11001111 1110 110100 0 10011 100011100 110101 111100

Color Harmonies of #B263CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B263CF

Black with #B263CF

Text Example


Text Example

White with #B263CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B263CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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