Html Css Color HEX #B268E9 Medium Orchid

📋 copy color: '#B268E9'

red 178 ◦ green 104 ◦ blue 233

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

Shades of Medium Orchid #B268E9

Tints of Medium Orchid #B268E9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.19%

 BLUE value IS 233 (91.41% from 255) = 45.24%

R = 34.56%
G = 20.19%
B = 45.24%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B268E9 (or 0xB268E9) is known color: Medium Orchid. HEX triplet: B2, 68 and E9. RGB value is (178,104,233). Sum of RGB (Red+Green+Blue) = 178+104+233=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 233 (91.41% from 255 or 45.24% from 515); Max value from RGB is 233 - color contains mainly: blue. Hex color #B268E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B268E9 is #4D9716. Grayscale: #8C8C8C. Windows color (decimal): -5084951 or 15296690. OLE color: 15296690.

HSL color Cylindrical-coordinate representation of color #B268E9: hue angle of 274.42º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B268E9 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 104 233 -
CMYK 0.24 0.55 0 0.09
HSL 274.42º 0.75% 0.66% -
HSV(B) 274.42º 0.55% 0.91% -
XYZ 38.02 25.25 79.96 -
YUV 140.83 180.02 154.51 -
System Red Green Blue C M Y K H S L
Decimal 178 104 233 0.24 0.55 0 0.09 274.42 0.75 0.66
Hex B2 68 E9 18 37 0 9 112 4B 42
Octal 262 150 351 30 67 0 11 422 113 102
Binary 10110010 1101000 11101001 11000 110111 0 1001 100010010 1001011 1000010

Color Harmonies of #B268E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B268E9

Black with #B268E9

Text Example


Text Example

White with #B268E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B268E9; }

 p { color: rgb(178,104,233); }

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

background-color css

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

 a { background-color: rgb(178,104,233); }

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

border-color css

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

 span { border-color: rgb(178,104,233); }

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