Html Css Color HEX #B269EE Medium Orchid

📋 copy color: '#B269EE'

red 178 ◦ green 105 ◦ blue 238

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

Shades of Medium Orchid #B269EE

Tints of Medium Orchid #B269EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.68%

R = 34.17%
G = 20.15%
B = 45.68%

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

#B269EE (or 0xB269EE) is known color: Medium Orchid. HEX triplet: B2, 69 and EE. RGB value is (178,105,238). Sum of RGB (Red+Green+Blue) = 178+105+238=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #B269EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B269EE is #4D9611. Grayscale: #8D8D8D. Windows color (decimal): -5084690 or 15624626. OLE color: 15624626.

HSL color Cylindrical-coordinate representation of color #B269EE: hue angle of 272.93º degrees, saturation: 0.8, 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 #B269EE is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 105 238 -
CMYK 0.25 0.56 0 0.07
HSL 272.93º 0.8% 0.67% -
HSV(B) 272.93º 0.56% 0.93% -
XYZ 38.84 25.74 83.81 -
YUV 141.99 182.18 153.69 -
System Red Green Blue C M Y K H S L
Decimal 178 105 238 0.25 0.56 0 0.07 272.93 0.8 0.67
Hex B2 69 EE 19 38 0 7 111 50 43
Octal 262 151 356 31 70 0 7 421 120 103
Binary 10110010 1101001 11101110 11001 111000 0 111 100010001 1010000 1000011

Color Harmonies of #B269EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B269EE

Black with #B269EE

Text Example


Text Example

White with #B269EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B269EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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