Html Css Color HEX #B067ED Medium Orchid

📋 copy color: '#B067ED'

red 176 ◦ green 103 ◦ blue 237

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

Shades of Medium Orchid #B067ED

Tints of Medium Orchid #B067ED

RGB

 RED value IS 176 (69.14% from 255) = 34.11%

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

 BLUE value IS 237 (92.97% from 255) = 45.93%

R = 34.11%
G = 19.96%
B = 45.93%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B067ED (or 0xB067ED) is known color: Medium Orchid. HEX triplet: B0, 67 and ED. RGB value is (176,103,237). Sum of RGB (Red+Green+Blue) = 176+103+237=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #B067ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B067ED is #4F9812. Grayscale: #8B8B8B. Windows color (decimal): -5216275 or 15558576. OLE color: 15558576.

HSL color Cylindrical-coordinate representation of color #B067ED: hue angle of 272.69º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B067ED is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 103 237 -
CMYK 0.26 0.57 0 0.07
HSL 272.69º 0.79% 0.67% -
HSV(B) 272.69º 0.57% 0.93% -
XYZ 38.04 25.05 82.95 -
YUV 140.1 182.68 153.6 -
System Red Green Blue C M Y K H S L
Decimal 176 103 237 0.26 0.57 0 0.07 272.69 0.79 0.67
Hex B0 67 ED 1A 39 0 7 111 4F 43
Octal 260 147 355 32 71 0 7 421 117 103
Binary 10110000 1100111 11101101 11010 111001 0 111 100010001 1001111 1000011

Color Harmonies of #B067ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B067ED

Black with #B067ED

Text Example


Text Example

White with #B067ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B067ED; }

 p { color: rgb(176,103,237); }

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

background-color css

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

 a { background-color: rgb(176,103,237); }

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

border-color css

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

 span { border-color: rgb(176,103,237); }

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