Html Css Color HEX #B267EC Medium Orchid

📋 copy color: '#B267EC'

red 178 ◦ green 103 ◦ blue 236

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

Shades of Medium Orchid #B267EC

Tints of Medium Orchid #B267EC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.92%

 BLUE value IS 236 (92.58% from 255) = 45.65%

R = 34.43%
G = 19.92%
B = 45.65%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B267EC (or 0xB267EC) is known color: Medium Orchid. HEX triplet: B2, 67 and EC. RGB value is (178,103,236). Sum of RGB (Red+Green+Blue) = 178+103+236=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 103 (40.62% from 255 or 19.92% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #B267EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B267EC is #4D9813. Grayscale: #8C8C8C. Windows color (decimal): -5085204 or 15493042. OLE color: 15493042.

HSL color Cylindrical-coordinate representation of color #B267EC: hue angle of 273.83º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B267EC is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 103 236 -
CMYK 0.25 0.56 0 0.07
HSL 273.83º 0.78% 0.66% -
HSV(B) 273.83º 0.56% 0.93% -
XYZ 38.35 25.22 82.2 -
YUV 140.59 181.85 154.69 -
System Red Green Blue C M Y K H S L
Decimal 178 103 236 0.25 0.56 0 0.07 273.83 0.78 0.66
Hex B2 67 EC 19 38 0 7 112 4E 42
Octal 262 147 354 31 70 0 7 422 116 102
Binary 10110010 1100111 11101100 11001 111000 0 111 100010010 1001110 1000010

Color Harmonies of #B267EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B267EC

Black with #B267EC

Text Example


Text Example

White with #B267EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B267EC; }

 p { color: rgb(178,103,236); }

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

background-color css

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

 a { background-color: rgb(178,103,236); }

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

border-color css

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

 span { border-color: rgb(178,103,236); }

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