Html Css Color HEX #B267E9 Medium Orchid

📋 copy color: '#B267E9'

red 178 ◦ green 103 ◦ blue 233

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

Shades of Medium Orchid #B267E9

Tints of Medium Orchid #B267E9

RGB

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

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

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

R = 34.63%
G = 20.04%
B = 45.33%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B267E9 (or 0xB267E9) is known color: Medium Orchid. HEX triplet: B2, 67 and E9. RGB value is (178,103,233). Sum of RGB (Red+Green+Blue) = 178+103+233=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 103 (40.62% from 255 or 20.04% from 514); Blue value is 233 (91.41% from 255 or 45.33% from 514); Max value from RGB is 233 - color contains mainly: blue. Hex color #B267E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B267E9 is #4D9816. Grayscale: #8B8B8B. Windows color (decimal): -5085207 or 15296434. OLE color: 15296434.

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

Color convert

RGB 178 103 233 -
CMYK 0.24 0.56 0 0.09
HSL 274.62º 0.75% 0.66% -
HSV(B) 274.62º 0.56% 0.91% -
XYZ 37.92 25.05 79.93 -
YUV 140.25 180.35 154.93 -
System Red Green Blue C M Y K H S L
Decimal 178 103 233 0.24 0.56 0 0.09 274.62 0.75 0.66
Hex B2 67 E9 18 38 0 9 113 4B 42
Octal 262 147 351 30 70 0 11 423 113 102
Binary 10110010 1100111 11101001 11000 111000 0 1001 100010011 1001011 1000010

Color Harmonies of #B267E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B267E9

Black with #B267E9

Text Example


Text Example

White with #B267E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B267E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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