Html Css Color HEX #B269EC Medium Orchid

📋 copy color: '#B269EC'

red 178 ◦ green 105 ◦ blue 236

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

Shades of Medium Orchid #B269EC

Tints of Medium Orchid #B269EC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.23%

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

R = 34.3%
G = 20.23%
B = 45.47%

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

#B269EC (or 0xB269EC) is known color: Medium Orchid. HEX triplet: B2, 69 and EC. RGB value is (178,105,236). Sum of RGB (Red+Green+Blue) = 178+105+236=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #B269EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B269EC is #4D9613. Grayscale: #8D8D8D. Windows color (decimal): -5084692 or 15493554. OLE color: 15493554.

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

Color convert

RGB 178 105 236 -
CMYK 0.25 0.56 0 0.07
HSL 273.44º 0.78% 0.67% -
HSV(B) 273.44º 0.56% 0.93% -
XYZ 38.55 25.62 82.27 -
YUV 141.76 181.18 153.85 -
System Red Green Blue C M Y K H S L
Decimal 178 105 236 0.25 0.56 0 0.07 273.44 0.78 0.67
Hex B2 69 EC 19 38 0 7 111 4E 43
Octal 262 151 354 31 70 0 7 421 116 103
Binary 10110010 1101001 11101100 11001 111000 0 111 100010001 1001110 1000011

Color Harmonies of #B269EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B269EC

Black with #B269EC

Text Example


Text Example

White with #B269EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B269EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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