Html Css Color HEX #B267DA Medium Orchid

📋 copy color: '#B267DA'

red 178 ◦ green 103 ◦ blue 218

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

Shades of Medium Orchid #B267DA

Tints of Medium Orchid #B267DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.69%

R = 35.67%
G = 20.64%
B = 43.69%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B267DA (or 0xB267DA) is known color: Medium Orchid. HEX triplet: B2, 67 and DA. RGB value is (178,103,218). Sum of RGB (Red+Green+Blue) = 178+103+218=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #B267DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B267DA is #4D9825. Grayscale: #8A8A8A. Windows color (decimal): -5085222 or 14313394. OLE color: 14313394.

HSL color Cylindrical-coordinate representation of color #B267DA: hue angle of 279.13º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B267DA is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 103 218 -
CMYK 0.18 0.53 0 0.15
HSL 279.13º 0.61% 0.63% -
HSV(B) 279.13º 0.53% 0.85% -
XYZ 35.87 24.23 69.12 -
YUV 138.54 172.85 156.15 -
System Red Green Blue C M Y K H S L
Decimal 178 103 218 0.18 0.53 0 0.15 279.13 0.61 0.63
Hex B2 67 DA 12 35 0 F 117 3D 3F
Octal 262 147 332 22 65 0 17 427 75 77
Binary 10110010 1100111 11011010 10010 110101 0 1111 100010111 111101 111111

Color Harmonies of #B267DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B267DA

Black with #B267DA

Text Example


Text Example

White with #B267DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B267DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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