Html Css Color HEX #B74EFB Medium Orchid

📋 copy color: '#B74EFB'

red 183 ◦ green 78 ◦ blue 251

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

Shades of Medium Orchid #B74EFB

Tints of Medium Orchid #B74EFB

RGB

 RED value IS 183 (71.88% from 255) = 35.74%

 GREEN value IS 78 (30.86% from 255) = 15.23%

 BLUE value IS 251 (98.44% from 255) = 49.02%

R = 35.74%
G = 15.23%
B = 49.02%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B74EFB (or 0xB74EFB) is known color: Medium Orchid. HEX triplet: B7, 4E and FB. RGB value is (183,78,251). Sum of RGB (Red+Green+Blue) = 183+78+251=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 78 (30.86% from 255 or 15.23% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #B74EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B74EFB is #48B104. Grayscale: #808080. Windows color (decimal): -4763909 or 16469687. OLE color: 16469687.

HSL color Cylindrical-coordinate representation of color #B74EFB: hue angle of 276.42º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B74EFB is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 78 251 -
CMYK 0.27 0.69 0 0.02
HSL 276.42º 0.96% 0.65% -
HSV(B) 276.42º 0.69% 0.98% -
XYZ 39.67 22.48 93.52 -
YUV 129.12 196.79 166.43 -
System Red Green Blue C M Y K H S L
Decimal 183 78 251 0.27 0.69 0 0.02 276.42 0.96 0.65
Hex B7 4E FB 1B 45 0 2 114 60 41
Octal 267 116 373 33 105 0 2 424 140 101
Binary 10110111 1001110 11111011 11011 1000101 0 10 100010100 1100000 1000001

Color Harmonies of #B74EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74EFB

Black with #B74EFB

Text Example


Text Example

White with #B74EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74EFB; }

 p { color: rgb(183,78,251); }

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

background-color css

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

 a { background-color: rgb(183,78,251); }

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

border-color css

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

 span { border-color: rgb(183,78,251); }

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