Html Css Color HEX #B269E5 Medium Orchid

📋 copy color: '#B269E5'

red 178 ◦ green 105 ◦ blue 229

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

Shades of Medium Orchid #B269E5

Tints of Medium Orchid #B269E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.73%

R = 34.77%
G = 20.51%
B = 44.73%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B269E5 (or 0xB269E5) is known color: Medium Orchid. HEX triplet: B2, 69 and E5. RGB value is (178,105,229). Sum of RGB (Red+Green+Blue) = 178+105+229=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 229 (89.84% from 255 or 44.73% from 512); Max value from RGB is 229 - color contains mainly: blue. Hex color #B269E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B269E5 is #4D961A. Grayscale: #8C8C8C. Windows color (decimal): -5084699 or 15034802. OLE color: 15034802.

HSL color Cylindrical-coordinate representation of color #B269E5: hue angle of 275.32º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B269E5 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 178 105 229 -
CMYK 0.22 0.54 0 0.10
HSL 275.32º 0.7% 0.65% -
HSV(B) 275.32º 0.54% 0.9% -
XYZ 37.55 25.23 77.02 -
YUV 140.96 177.68 154.42 -
System Red Green Blue C M Y K H S L
Decimal 178 105 229 0.22 0.54 0 0.10 275.32 0.7 0.65
Hex B2 69 E5 16 36 0 A 113 46 41
Octal 262 151 345 26 66 0 12 423 106 101
Binary 10110010 1101001 11100101 10110 110110 0 1010 100010011 1000110 1000001

Color Harmonies of #B269E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B269E5

Black with #B269E5

Text Example


Text Example

White with #B269E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B269E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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